koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: MJ Ray
Subject: [Koha-cvs] CVS: koha/misc Install.pm,1.69.2.1,1.69.2.2
Date: Mon, 22 Dec 2003 07:04:42 -0800

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";
        }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]