koha-cvs
[Top][All Lists]
Advanced

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

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/updater thesaurus_create.pl,1.2.2.1,1.2.2.2
Date: Fri, 04 Oct 2002 23:18:35 -0700

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;




reply via email to

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