From 8e156e431279c0940d2cd18871a1e3990caed5ab Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Sun, 2 Mar 2008 12:19:59 -0500 Subject: [PATCH] fixing a typo s/tab/tag/ Signed-off-by: Joshua Ferraro --- C4/Biblio.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index 06b48839eb..35de382894 100755 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -697,7 +697,7 @@ sub GetMarcStructure { { $res->{$tag}->{lib} = ( $forlibrarian or !$libopac ) ? $liblibrarian : $libopac; - $res->{$tab}->{tab} = ""; + $res->{$tag}->{tab} = ""; $res->{$tag}->{mandatory} = $mandatory; $res->{$tag}->{repeatable} = $repeatable; } -- 2.39.2