Is reservereport.pl something that's working? When I try to bring it up by typing the url I get this error in the log: syntax error at /usr/local/koha/intranet/cgi-bin/reservereport.pl line 49, near ""$data->[$i]->{'classification'}$data->[$i]->{'dewey'}")" Execution of /usr/local/koha/intranet/cgi-bin/reservereport.pl aborted due to compilation errors. Is it supposed to work in conjunction with another file? I couldn't find any links to it in the templates...is it orphan, something abandoned? -- Owen
On 2003-11-07 16:41:01 +0000 Owen Leonard <oleonard@athenscounty.lib.oh.us> wrote:
Is it supposed to work in conjunction with another file? I couldn't find any links to it in the templates...is it orphan, something abandoned?
cvs log says the HEAD version was last updated for release 1.3.3 last December, with hdl adding some template support to it. I think the line you refer to should read: $line{'classification'}=$data->[$i]->{'classification'}.$data->[$i]->{'dewey'}; but I'm not sure. Just removing the ) before the ; should have the same effect, but looks ugly to me. -- MJR/slef My Opinion Only and possibly not of any group I know. Please http://remember.to/edit_messages on lists to be sure I read http://mjr.towers.org.uk/ gopher://g.towers.org.uk/ slef@jabber.at Creative copyleft computing services via http://www.ttllp.co.uk/
participants (2)
-
MJ Ray -
Owen Leonard