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

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 19:17:23 CEST 2002


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.





More information about the Koha-cvs mailing list