[Koha-cvs] CVS: koha/updater thesaurus_create.pl,1.2.2.1,1.2.2.2

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


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

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


Index: thesaurus_create.pl
===================================================================
RCS file: /cvsroot/koha/koha/updater/thesaurus_create.pl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** thesaurus_create.pl	4 Oct 2002 02:45:48 -0000	1.2.2.1
--- thesaurus_create.pl	5 Oct 2002 06:18:33 -0000	1.2.2.2
***************
*** 54,57 ****
--- 54,58 ----
  	$sti->execute;
  	my $total = $sti->fetchrow_hashref;
+ 	# FIXME - There's already a $sti in this scope.
  	my $sti=$dbh->prepare("select subject from bibliosubject");
  	$sti->execute;





More information about the Koha-cvs mailing list