[Koha-cvs] CVS: koha/C4 Output.pm,1.6.2.22,1.6.2.23

Steve Tonnesen tonnesen at users.sourceforge.net
Thu Oct 31 00:00:24 CET 2002


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

Modified Files:
      Tag: rel-1-2
	Output.pm 
Log Message:
Removed warn line


Index: Output.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Output.pm,v
retrieving revision 1.6.2.22
retrieving revision 1.6.2.23
diff -C2 -r1.6.2.22 -r1.6.2.23
*** Output.pm	30 Oct 2002 17:05:23 -0000	1.6.2.22
--- Output.pm	30 Oct 2002 23:00:21 -0000	1.6.2.23
***************
*** 202,206 ****
    foreach my $th (@themes) {
      foreach my $la (@languages) {
- 	warn "File = $htdocs/$th/$la/$tmpl\n";
  	if (-e "$htdocs/$th/$la/$tmpl") {
  	    $theme = $th;
--- 202,205 ----





More information about the Koha-cvs mailing list