koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/admin marc_subfields_structure.pl,1.27,1.28


From: doXulting
Subject: [Koha-cvs] CVS: koha/admin marc_subfields_structure.pl,1.27,1.28
Date: Fri, 30 Jul 2004 06:56:02 -0700

Update of /cvsroot/koha/koha/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14258/koha/admin

Modified Files:
        marc_subfields_structure.pl 
Log Message:
Some minor debug changes

Index: marc_subfields_structure.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/marc_subfields_structure.pl,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** marc_subfields_structure.pl 8 Jul 2004 10:15:59 -0000       1.27
--- marc_subfields_structure.pl 30 Jul 2004 13:55:58 -0000      1.28
***************
*** 321,324 ****
--- 321,325 ----
        my $dbh = C4::Context->dbh;
        my $sth=$dbh->prepare("select * from marc_subfield_structure where 
tagfield=? and tagsubfield=? and frameworkcode=?");
+       #FIXME : called with 2 bind variables when 3 are needed
        $sth->execute($tagfield,$tagsubfield);
        my $data=$sth->fetchrow_hashref;




reply via email to

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