koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha readingrec.pl,1.11,1.12


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha readingrec.pl,1.11,1.12
Date: Fri, 26 Nov 2004 08:50:44 -0800

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

Modified Files:
        readingrec.pl 
Log Message:
Fixing check that determines value of 'limit'

Index: readingrec.pl
===================================================================
RCS file: /cvsroot/koha/koha/readingrec.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** readingrec.pl       21 Jun 2004 18:50:05 -0000      1.11
--- readingrec.pl       26 Nov 2004 16:50:41 -0000      1.12
***************
*** 42,46 ****
  }
  my $limit=$input->param('limit');
! if ($limit eq 'full'){
    $limit=0;
  } else {
--- 42,46 ----
  }
  my $limit=$input->param('limit');
! if ($limit eq 'full' || $limit eq 0){
    $limit=0;
  } else {




reply via email to

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