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

doXulting doxulting at users.sourceforge.net
Fri Jul 30 15:56:02 CEST 2004


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;





More information about the Koha-cvs mailing list