[Koha-cvs] CVS: koha installer.pl,1.2.2.5,1.2.2.6

Mike Mylonas dragon28 at users.sourceforge.net
Sat May 11 07:22:24 CEST 2002


Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv27797/koha

Modified Files:
      Tag: rel-1-2
	installer.pl 
Log Message:
Cleaned out unwanted comments.

Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer.pl,v
retrieving revision 1.2.2.5
retrieving revision 1.2.2.6
diff -C2 -r1.2.2.5 -r1.2.2.6
*** installer.pl	11 May 2002 05:20:38 -0000	1.2.2.5
--- installer.pl	11 May 2002 05:22:22 -0000	1.2.2.6
***************
*** 205,212 ****
  open(SITES,">$conf_path/koha.conf") or die "Couldn't create file
  at $conf_path.  Must have write capability.\n";
- #print SITES qq|\database=$dbname\n|;
- #print SITES qq|\hostname=$hostname\n|;
- #print SITES qq|\user=$user\n|;
- #print SITES qq|\password=$pass\n|;
  print SITES <<EOP
  database=$dbname
--- 205,208 ----





More information about the Koha-cvs mailing list