koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Database.pm,1.7,1.7.2.1


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/C4 Database.pm,1.7,1.7.2.1
Date: Thu, 03 Oct 2002 20:00:47 -0700

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

Modified Files:
      Tag: arensb-context
        Database.pm 
Log Message:
Added a FIXME comment.


Index: Database.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Database.pm,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -C2 -r1.7 -r1.7.2.1
*** Database.pm 20 Sep 2002 12:49:47 -0000      1.7
--- Database.pm 4 Oct 2002 03:00:43 -0000       1.7.2.1
***************
*** 21,24 ****
--- 21,33 ----
  # Suite 330, Boston, MA  02111-1307 USA
  
+ # NOTE:
+ # C4::Database::C4Connect has been superseded by C4::Context->dbh;
+ 
+ # FIXME
+ # If C4::Biblio::OLD_MAY_BE_DELETED_newcompletebiblioitem can, in
+ # fact, be deleted, then it should be. Then C4::Biblio::getoraddbiblio
+ # won't be used anywhere, and it can be deleted too. That'll make two
+ # fewer functions that use C4::Database::requireDBI.
+ 
  use strict;
  require Exporter;




reply via email to

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