[Koha-cvs] CVS: koha/C4 Context.pm,1.7,1.8

Andrew Arensburger arensb at users.sourceforge.net
Wed Oct 9 16:04:55 CEST 2002


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

Modified Files:
	Context.pm 
Log Message:
Added a couple of comments.


Index: Context.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Context.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** Context.pm	5 Oct 2002 23:55:00 -0000	1.7
--- Context.pm	9 Oct 2002 14:04:49 -0000	1.8
***************
*** 16,19 ****
--- 16,21 ----
  # Suite 330, Boston, MA  02111-1307 USA
  
+ # $Id$
+ 
  package C4::Context;
  use strict;
***************
*** 348,351 ****
--- 350,356 ----
  {
  	my $db_driver = $context->{"config"}{"db_scheme"} || "mysql";
+ 		# FIXME - It should be possible to use "MySQL" instead
+ 		# of "mysql", "PostgreSQL" instead of "Pg", and so
+ 		# forth.
  	my $db_name   = $context->{"config"}{"database"};
  	my $db_host   = $context->{"config"}{"hostname"};





More information about the Koha-cvs mailing list