fix for bug 981
authorjoshferraro <joshferraro>
Tue, 31 May 2005 14:23:08 +0000 (14:23 +0000)
committerjoshferraro <joshferraro>
Tue, 31 May 2005 14:23:08 +0000 (14:23 +0000)
opac/opac-userdetails.pl

index 689571f..59096cb 100755 (executable)
@@ -31,7 +31,7 @@ $borr->{'ethnicity'}    = fixEthnicity($borr->{'ethnicity'});
 
 
 $template->param($borr);
-$template->param(LibraryName => C4::Context->preference("LibraryName")
+$template->param(LibraryName => C4::Context->preference("LibraryName"),
                                        suggestion => C4::Context->preference("suggestion"),
                                        virtualshelves => C4::Context->preference("virtualshelves"),
        );