fixing a typo s/tab/tag/
authorJoshua Ferraro <jmf@liblime.com>
Sun, 2 Mar 2008 17:19:59 +0000 (12:19 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 5 Mar 2008 06:02:28 +0000 (00:02 -0600)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Biblio.pm

index 06b4883..35de382 100755 (executable)
@@ -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;
     }