[Koha-cvs] CVS: koha/C4 Biblio.pm,1.82,1.83

Paul POULAIN tipaul at users.sourceforge.net
Mon Mar 15 15:31:53 CET 2004


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

Modified Files:
	Biblio.pm 
Log Message:
adding a minor check

Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -r1.82 -r1.83
*** Biblio.pm	7 Mar 2004 05:47:31 -0000	1.82
--- Biblio.pm	15 Mar 2004 14:31:50 -0000	1.83
***************
*** 257,260 ****
--- 257,261 ----
  sub MARCfind_marc_from_kohafield {
      my ($dbh,$kohafield) = @_;
+     return 0,0 unless $kohafield;
      my $sth=$dbh->prepare("select tagfield,tagsubfield from marc_subfield_structure where kohafield=?");
      $sth->execute($kohafield);
***************
*** 2194,2197 ****
--- 2195,2201 ----
  # $Id$
  # $Log$
+ # Revision 1.83  2004/03/15 14:31:50  tipaul
+ # adding a minor check
+ #
  # Revision 1.82  2004/03/07 05:47:31  acli
  # Various updates/fixes from rel_2_0





More information about the Koha-cvs mailing list