[Koha-cvs] CVS: koha/updater updatedatabase,1.18.2.1,1.18.2.2

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 08:18:46 CEST 2002


Update of /cvsroot/koha/koha/updater
In directory usw-pr-cvs1:/tmp/cvs-serv1900

Modified Files:
      Tag: arensb-context
	updatedatabase 
Log Message:
Added a whole mess of FIXME comments.


Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.18.2.1
retrieving revision 1.18.2.2
diff -C2 -r1.18.2.1 -r1.18.2.2
*** updatedatabase	4 Oct 2002 02:46:00 -0000	1.18.2.1
--- updatedatabase	5 Oct 2002 06:18:43 -0000	1.18.2.2
***************
*** 315,318 ****
--- 315,319 ----
  my %itemtypes;
  
+ # FIXME - There's already a $sth in this scope.
  my $sth=$dbh->prepare("show columns from items");
  $sth->execute;
***************
*** 334,337 ****
--- 335,339 ----
  my %branchtransfers;
  
+ # FIXME - There's already a $sth in this scope.
  my $sth=$dbh->prepare("show columns from branchtransfers");
  $sth->execute;
***************
*** 355,358 ****
--- 357,361 ----
  my %branchcategories;
  
+ # FIXME - There's already a $sth in this scope.
  my $sth=$dbh->prepare("show columns from branchcategories");
  $sth->execute;
***************
*** 405,408 ****
--- 408,414 ----
  
  # $Log$
+ # Revision 1.18.2.2  2002/10/05 06:18:43  arensb
+ # Added a whole mess of FIXME comments.
+ #
  # Revision 1.18.2.1  2002/10/04 02:46:00  arensb
  # Use C4::Connect instead of C4::Database, C4::Connect->dbh instead





More information about the Koha-cvs mailing list