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

Steve Tonnesen tonnesen at users.sourceforge.net
Thu Feb 6 17:07:27 CET 2003


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 '') {





More information about the Koha-cvs mailing list