koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/tools overduerules.pl [rel_3_0]


From: Bruno Toumi
Subject: [Koha-cvs] koha/tools overduerules.pl [rel_3_0]
Date: Fri, 10 Nov 2006 09:55:53 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Bruno Toumi <btoumi>    06/11/10 09:55:53

Modified files:
        tools          : overduerules.pl 

Log message:
        getbranches() instead of getbranches !
        Just for better lisibility ;-)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/tools/overduerules.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.3.2.2&r2=1.3.2.3

Patches:
Index: overduerules.pl
===================================================================
RCS file: /sources/koha/koha/tools/overduerules.pl,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -u -b -r1.3.2.2 -r1.3.2.3
--- overduerules.pl     2 Oct 2006 15:42:32 -0000       1.3.2.2
+++ overduerules.pl     10 Nov 2006 09:55:53 -0000      1.3.2.3
@@ -122,7 +122,7 @@
        }
        unless ($err) {$template->param(datasaved=>1);}
 }
-my $branches = GetBranches;
+my $branches = GetBranches();
 my @branchloop;
 foreach my $thisbranch (keys %$branches) {
        my $selected = 1 if $thisbranch eq $branch;




reply via email to

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