[Koha-cvs] CVS: koha/misc Install.pm,1.31,1.32

Mike Hansen wolfpac444 at users.sourceforge.net
Sun Mar 16 23:30:19 CET 2003


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

Modified Files:
	Install.pm 
Log Message:
Fixed bug #176.


Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/misc/Install.pm,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** Install.pm	16 Mar 2003 22:18:03 -0000	1.31
--- Install.pm	16 Mar 2003 22:30:08 -0000	1.32
***************
*** 500,504 ****
      ($noclear) || (system('clear'));
      if ($responsetype =~ /^yn$/) {
! 	$responsetype='restrictchar yn';
      }
      print $message;
--- 500,504 ----
      ($noclear) || (system('clear'));
      if ($responsetype =~ /^yn$/) {
! 	$responsetype='restrictchar ynYN';
      }
      print $message;





More information about the Koha-cvs mailing list