[Koha-cvs] CVS: koha/C4 Output.pm,1.30,1.31

Paul POULAIN tipaul at users.sourceforge.net
Mon Oct 14 09:41:06 CEST 2002


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

Modified Files:
	Output.pm 
Log Message:
merging arens + my modifs/bugfixes

Index: Output.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Output.pm,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -r1.30 -r1.31
*** Output.pm	13 Oct 2002 11:35:33 -0000	1.30
--- Output.pm	14 Oct 2002 07:41:04 -0000	1.31
***************
*** 116,120 ****
    foreach my $th (@themes) {
      foreach my $la (@languages) {
! 	warn "File = $htdocs/$th/$la/$tmpl\n";
  	if (-e "$htdocs/$th/$la/$tmpl") {
  	    $theme = $th;
--- 116,120 ----
    foreach my $th (@themes) {
      foreach my $la (@languages) {
! #	warn "File = $htdocs/$th/$la/$tmpl\n";
  	if (-e "$htdocs/$th/$la/$tmpl") {
  	    $theme = $th;





More information about the Koha-cvs mailing list