Fixing a typo that was causing bug 433
authorrangi <rangi>
Fri, 2 May 2003 23:54:07 +0000 (23:54 +0000)
committerrangi <rangi>
Fri, 2 May 2003 23:54:07 +0000 (23:54 +0000)
untitle => unititle

koha-tmpl/intranet-tmpl/default/en/modbib.tmpl
modbib.pl

index 3090944..d664daf 100644 (file)
@@ -41,7 +41,7 @@
 </tr>
 <tr valign="top">
 <td>Unititle</td>
-<td><input type="text" name="unititle" value="<TMPL_VAR Name="untitle" ESCAPE=HTML>"></td>
+<td><input type="text" name="unititle" value="<TMPL_VAR Name="unititle" ESCAPE=HTML>"></td>
 </tr>
 <tr valign="top">
 <td>Notes</td>
index 06212e9..39d19ce 100755 (executable)
--- a/modbib.pl
+++ b/modbib.pl
@@ -92,7 +92,7 @@ $template->param ( biblionumber => $bibnum,
                                                seriestitle => $data->{'seriestitle'},
                                                additionalauthor => $additional,
                                                subtitle => $data->{'subtitle'},
-                                               untitle => $data->{'untitle'},
+                                               unititle => $data->{'unititle'},
                                                notes => $data->{'notes'},
                                                serial => $data->{'serial'});