koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/C4 Output.pm,1.22,1.23


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/C4 Output.pm,1.22,1.23
Date: Sat, 05 Oct 2002 10:17:23 -0700

Update of /cvsroot/koha/koha/C4
In directory usw-pr-cvs1:/tmp/cvs-serv18110

Modified Files:
        Output.pm 
Log Message:
Added a couple of FIXME comments.


Index: Output.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Output.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** Output.pm   5 Oct 2002 16:55:09 -0000       1.22
--- Output.pm   5 Oct 2002 17:17:20 -0000       1.23
***************
*** 134,137 ****
--- 134,138 ----
  
  # theme preferences....
+   # FIXME - There's already a $sth in this scope
    my $sth=$dbh->prepare("SELECT value FROM systempreferences WHERE 
variable='opacthemes'");
    $sth->execute;
***************
*** 141,144 ****
--- 142,146 ----
  
    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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]