[Koha-cvs] CVS: koha/misc Install.pm,1.69.2.3,1.69.2.4

MJ Ray slef at users.sourceforge.net
Sat Jan 31 05:03:48 CET 2004


Update of /cvsroot/koha/koha/misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23531/misc

Modified Files:
      Tag: rel_2_0
	Install.pm 
Log Message:
getkohaversion fix

Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/misc/Install.pm,v
retrieving revision 1.69.2.3
retrieving revision 1.69.2.4
diff -C2 -r1.69.2.3 -r1.69.2.4
*** Install.pm	22 Dec 2003 15:06:00 -0000	1.69.2.3
--- Install.pm	31 Jan 2004 04:03:45 -0000	1.69.2.4
***************
*** 378,382 ****
  =cut
  
! sub getkohaversion ($) {
      return($kohaversion);
  }
--- 378,382 ----
  =cut
  
! sub getkohaversion () {
      return($kohaversion);
  }
***************
*** 1150,1153 ****
--- 1150,1154 ----
  			  /etc/apache/conf/httpd.conf
  			  /etc/apache/conf/apache.conf
+ 			  /etc/apache/httpd.conf
  			  /etc/apache-ssl/conf/apache.conf
  			  /etc/apache-ssl/httpd.conf





More information about the Koha-cvs mailing list