[Koha-cvs] CVS: koha/misc Install.pm,1.69.2.1,1.69.2.2

MJ Ray slef at users.sourceforge.net
Mon Dec 22 16:04:42 CET 2003


Update of /cvsroot/koha/koha/misc
In directory sc8-pr-cvs1:/tmp/cvs-serv31266

Modified Files:
      Tag: rel_2_0
	Install.pm 
Log Message:
typo fix in message display

Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/misc/Install.pm,v
retrieving revision 1.69.2.1
retrieving revision 1.69.2.2
diff -C2 -r1.69.2.1 -r1.69.2.2
*** Install.pm	19 Dec 2003 16:38:43 -0000	1.69.2.1
--- Install.pm	22 Dec 2003 15:04:40 -0000	1.69.2.2
***************
*** 998,1002 ****
      if (!$mysqldir){
  	for (;;) {
! 	    $mysqldir = showmessage(getmessage('WhereisMySQL'),'free');
  	    last if -f "$mysqldir/bin/mysqladmin";
  	}
--- 998,1002 ----
      if (!$mysqldir){
  	for (;;) {
! 	    $mysqldir = showmessage(getmessage('WhereIsMySQL'),'free');
  	    last if -f "$mysqldir/bin/mysqladmin";
  	}





More information about the Koha-cvs mailing list