Added a couple of FIXME comments.
authorarensb <arensb>
Sat, 5 Oct 2002 17:17:20 +0000 (17:17 +0000)
committerarensb <arensb>
Sat, 5 Oct 2002 17:17:20 +0000 (17:17 +0000)
C4/Output.pm

index f75f75e..782649a 100644 (file)
@@ -133,6 +133,7 @@ sub themelanguage {
   my @languages = split " ", $lang;
 
 # theme preferences....
+  # FIXME - There's already a $sth in this scope
   my $sth=$dbh->prepare("SELECT value FROM systempreferences WHERE variable='opacthemes'");
   $sth->execute;
   my ($theme) = $sth->fetchrow;
@@ -140,6 +141,7 @@ sub themelanguage {
   my @themes = split " ", $theme;
 
   my ($theme, $lang);
+  # FIXME - There are already $theme and $lang in this scope
 # searches through the themes and languages. First template it find it returns.
 # Priority is for getting the theme right.
   THEME: