[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha readingrec.pl,1.8,1.9
From: |
Mike Hansen |
Subject: |
[Koha-cvs] CVS: koha readingrec.pl,1.8,1.9 |
Date: |
Tue, 29 Apr 2003 17:03:37 -0700 |
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 => address@hidden);
output_html_with_http_headers $input, $cookie, $template->output;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha readingrec.pl,1.8,1.9,
Mike Hansen <=