[Koha-cvs] CVS: koha installer.pl,1.2.2.27,1.2.2.28

Steve Tonnesen tonnesen at users.sourceforge.net
Tue Jun 25 20:24:13 CEST 2002


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

Modified Files:
      Tag: rel-1-2
	installer.pl 
Log Message:
Fixed error.


Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer.pl,v
retrieving revision 1.2.2.27
retrieving revision 1.2.2.28
diff -C2 -r1.2.2.27 -r1.2.2.28
*** installer.pl	25 Jun 2002 18:16:40 -0000	1.2.2.27
--- installer.pl	25 Jun 2002 18:24:10 -0000	1.2.2.28
***************
*** 275,280 ****
  my $servername=`hostname -f`;
  chomp $servername;
! $opacport=80;
! $kohaport=8080;
  
  print qq|
--- 275,280 ----
  my $servername=`hostname -f`;
  chomp $servername;
! my $opacport=80;
! my $kohaport=8080;
  
  print qq|





More information about the Koha-cvs mailing list