koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/reports cat_issues_top.pl,1.3,1.4


From: Henri-Damien LAURENT
Subject: [Koha-cvs] CVS: koha/reports cat_issues_top.pl,1.3,1.4
Date: Wed, 30 Mar 2005 00:08:40 -0800

Update of /cvsroot/koha/koha/reports
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32216/reports

Modified Files:
        cat_issues_top.pl 
Log Message:
Modifying Empty Titles process For Translations

Index: cat_issues_top.pl
===================================================================
RCS file: /cvsroot/koha/koha/reports/cat_issues_top.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** cat_issues_top.pl   29 Mar 2005 17:20:03 -0000      1.3
--- cat_issues_top.pl   30 Mar 2005 08:08:25 -0000      1.4
***************
*** 327,331 ****
                $col = "zzEMPTY" if ($col eq undef);
                $i=1 if (($previous_col) and not($col eq $previous_col));
!               $table[$i]->{$col}->{'name'}=(($row eq "") or ($row eq 
undef))?"Title":$row;
                $table[$i]->{$col}->{'count'}=$rank;
                $table[$i]->{$col}->{'link'}=$id;
--- 327,331 ----
                $col = "zzEMPTY" if ($col eq undef);
                $i=1 if (($previous_col) and not($col eq $previous_col));
!               $table[$i]->{$col}->{'name'}=$row;
                $table[$i]->{$col}->{'count'}=$rank;
                $table[$i]->{$col}->{'link'}=$id;




reply via email to

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