Fix for bug 6243 - Link to fast cataloging missing from circulation home page
authorOwen Leonard <oleonard@myacpl.org>
Wed, 20 Apr 2011 19:23:02 +0000 (15:23 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 21 Apr 2011 18:57:40 +0000 (06:57 +1200)
Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
circ/circulation-home.pl

index e4aef3b..842f8d9 100755 (executable)
@@ -35,7 +35,7 @@ my ($template, $loggedinuser, $cookie)
 
 # Checking if there is a Fast Cataloging Framework
 my $fa = getframeworkinfo('FA');
-$template->param({ fast_cataloging => 1 }) if (defined $fa);
+$template->param( fast_cataloging => 1 ) if (defined $fa);
 
 
 output_html_with_http_headers $query, $cookie, $template->output;