[Top][All Lists]
[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;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/reports cat_issues_top.pl,1.3,1.4,
Henri-Damien LAURENT <=
- Prev by Date:
[Koha-cvs] CVS: koha/reports cat_issues_top.pl,1.2,1.3 bor_issues_top.pl,1.2,1.3
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/reports cat_issues_top.tmpl,1.3,1.4
- Previous by thread:
[Koha-cvs] CVS: koha/reports cat_issues_top.pl,1.2,1.3 bor_issues_top.pl,1.2,1.3
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/reports cat_issues_top.tmpl,1.3,1.4
- Index(es):