koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Koha.pm,1.13,1.14


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 Koha.pm,1.13,1.14
Date: Mon, 03 Nov 2003 05:29:08 -0800

Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv1029/C4

Modified Files:
        Koha.pm 
Log Message:
removing warning

Index: Koha.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Koha.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** Koha.pm     18 Sep 2003 10:19:29 -0000      1.13
--- Koha.pm     3 Nov 2003 13:29:05 -0000       1.14
***************
*** 196,200 ****
                $nsth->execute($branch->{'branchcode'});
                while (my ($cat) = $nsth->fetchrow_array) {
-               warn "XX";
                        # FIXME - This seems wrong. It ought to be
                        # $branch->{categorycodes}{$cat} = 1;
--- 196,199 ----




reply via email to

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