koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Authorities.pm,1.7,1.7.2.1


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 Authorities.pm,1.7,1.7.2.1
Date: Mon, 26 Jan 2004 02:36:44 -0800

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

Modified Files:
      Tag: rel_2_0
        Authorities.pm 
Log Message:
returning array length correctly...

Index: Authorities.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Authorities.pm,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -C2 -r1.7 -r1.7.2.1
*** Authorities.pm      15 Dec 2003 14:38:59 -0000      1.7
--- Authorities.pm      26 Jan 2004 10:36:42 -0000      1.7.2.1
***************
*** 219,223 ****
        $cnt = $pagesize+1 if ($cnt>$pagesize);
        $sth->finish();
!       return ($cnt,address@hidden);
  }
  
--- 219,223 ----
        $cnt = $pagesize+1 if ($cnt>$pagesize);
        $sth->finish();
!       return ($#results,address@hidden);
  }
  




reply via email to

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