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

Owen Leonard oleonard at users.sourceforge.net
Fri Nov 26 17:50:44 CET 2004


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 {





More information about the Koha-cvs mailing list