From 1cd0ea372a15bf8a345e18fbb7d193d50bfe8e9a Mon Sep 17 00:00:00 2001 From: rangi Date: Fri, 2 May 2003 23:54:07 +0000 Subject: [PATCH] Fixing a typo that was causing bug 433 untitle => unititle --- koha-tmpl/intranet-tmpl/default/en/modbib.tmpl | 2 +- modbib.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/default/en/modbib.tmpl b/koha-tmpl/intranet-tmpl/default/en/modbib.tmpl index 3090944a5a..d664daff5c 100644 --- a/koha-tmpl/intranet-tmpl/default/en/modbib.tmpl +++ b/koha-tmpl/intranet-tmpl/default/en/modbib.tmpl @@ -41,7 +41,7 @@ Unititle -"> +"> Notes diff --git a/modbib.pl b/modbib.pl index 06212e9455..39d19ce714 100755 --- 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'}); -- 2.39.2