[Koha-cvs] CVS: koha readingrec.pl,1.8,1.9

Mike Hansen wolfpac444 at users.sourceforge.net
Wed Apr 30 02:03:37 CEST 2003


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

Modified Files:
	readingrec.pl 
Log Message:
Fixed bug regrading "Full output"


Index: readingrec.pl
===================================================================
RCS file: /cvsroot/koha/koha/readingrec.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** readingrec.pl	16 Mar 2003 22:59:23 -0000	1.8
--- readingrec.pl	30 Apr 2003 00:03:33 -0000	1.9
***************
*** 68,71 ****
--- 68,72 ----
  	push(@loop_reading,\%line);
  }
+ 
  $template->param(title => $data->{'title'},
  						initials => $data->{'initials'},
***************
*** 75,78 ****
--- 76,80 ----
  						firstname => $data->{'firstname'},
  						cardnumber => $data->{'cardnumber'},
+ 						showfulllink => ($count > 50),					
  						loop_reading => \@loop_reading);
  output_html_with_http_headers $input, $cookie, $template->output;





More information about the Koha-cvs mailing list