[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/circ branchoverdues.pl
From: |
Henri-Damien LAURENT |
Subject: |
[Koha-cvs] koha/circ branchoverdues.pl |
Date: |
Tue, 22 May 2007 08:56:46 +0000 |
CVSROOT: /cvsroot/koha
Module name: koha
Changes by: Henri-Damien LAURENT <hdl> 07/05/22 08:56:46
Modified files:
circ : branchoverdues.pl
Log message:
Changing GetMarcStructure signature.
Deleting first parameter $dbh
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/circ/branchoverdues.pl?cvsroot=koha&r1=1.8&r2=1.9
Patches:
Index: branchoverdues.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/branchoverdues.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- branchoverdues.pl 27 Apr 2007 14:00:48 -0000 1.8
+++ branchoverdues.pl 22 May 2007 08:56:46 -0000 1.9
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# $Id: branchoverdues.pl,v 1.8 2007/04/27 14:00:48 hdl Exp $
+# $Id: branchoverdues.pl,v 1.9 2007/05/22 08:56:46 hdl Exp $
#
# This file is part of Koha.
#
@@ -107,7 +107,7 @@
# search for location authorised value
my ($tag,$subfield) = GetMarcFromKohaField('items.location','');
-my $tagslib = &GetMarcStructure($dbh,1,'');
+my $tagslib = &GetMarcStructure(1,'');
if ($tagslib->{$tag}->{$subfield}->{authorised_value}) {
my $values=
GetAuthorisedValues($tagslib->{$tag}->{$subfield}->{authorised_value});
$template->param(locationsloop => $values);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/circ branchoverdues.pl,
Henri-Damien LAURENT <=