Fix for Bug 796
authoroleonard <oleonard>
Tue, 13 Jul 2004 20:16:22 +0000 (20:16 +0000)
committeroleonard <oleonard>
Tue, 13 Jul 2004 20:16:22 +0000 (20:16 +0000)
opac/opac-userdetails.pl

index 0942ec6..a2355fd 100755 (executable)
@@ -30,9 +30,9 @@ $borr->{'dateofbirth'}  = format_date($borr->{'dateofbirth'});
 $borr->{'ethnicity'}    = fixEthnicity($borr->{'ethnicity'});
 
 
-$template->param($borr,
-                            LibraryName => C4::Context->preference("LibraryName"),
-);
+$template->param($borr);
+$template->param(LibraryName => C4::Context->preference("LibraryName")
+       );
 
 output_html_with_http_headers $query, $cookie, $template->output;