koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/C4 Context.pm,1.7,1.8
Date: Wed, 09 Oct 2002 07:04:55 -0700

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"};




reply via email to

[Prev in Thread] Current Thread [Next in Thread]