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

Andrew Arensburger arensb at users.sourceforge.net
Fri Oct 4 05:00:47 CEST 2002


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;





More information about the Koha-cvs mailing list