koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha Install.pm,1.1.2.27,1.1.2.28


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha Install.pm,1.1.2.27,1.1.2.28
Date: Thu, 06 Feb 2003 08:07:27 -0800

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

Modified Files:
      Tag: rel-1-2
        Install.pm 
Log Message:
Bad Mysql password warning message was displaying and then immediately clearing
the screen, making it unclear what had happened.


Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/Attic/Install.pm,v
retrieving revision 1.1.2.27
retrieving revision 1.1.2.28
diff -C2 -r1.1.2.27 -r1.1.2.28
*** Install.pm  23 Jan 2003 22:40:19 -0000      1.1.2.27
--- Install.pm  6 Feb 2003 16:07:24 -0000       1.1.2.28
***************
*** 1167,1171 ****
        my $result=system("$::mysqldir/bin/mysqladmin -u$::mysqluser 
$::mysqlpass_quoted proc > /dev/null 2>&1");
        if ($result) {
!           print getmessage('InvalidMysqlRootPassword');
        } else {
            if ($::mysqlpass eq '') {
--- 1167,1171 ----
        my $result=system("$::mysqldir/bin/mysqladmin -u$::mysqluser 
$::mysqlpass_quoted proc > /dev/null 2>&1");
        if ($result) {
!           showmessage(getmessage('InvalidMysqlRootPassword'),'PressEnter', 
'', 1);
        } else {
            if ($::mysqlpass eq '') {




reply via email to

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