koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Suggestions.pm,1.3,1.4


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 Suggestions.pm,1.3,1.4
Date: Mon, 13 Sep 2004 08:25:41 -0700

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

Modified Files:
        Suggestions.pm 
Log Message:
separating additional authors with - instead of a ,
a , can be used in french to separate name & surname

Index: Suggestions.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Suggestions.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Suggestions.pm      12 Aug 2004 14:36:44 -0000      1.3
--- Suggestions.pm      13 Sep 2004 15:25:38 -0000      1.4
***************
*** 119,123 ****
        my $even=1; # the even variable is used to set even / odd lines, for 
highlighting
        while (my $data=$sth->fetchrow_hashref){
!                       $data->{$data->{status}} = 1;
                        if ($even) {
                                $even=0;
--- 119,123 ----
        my $even=1; # the even variable is used to set even / odd lines, for 
highlighting
        while (my $data=$sth->fetchrow_hashref){
!                       $data->{$data->{STATUS}} = 1;
                        if ($even) {
                                $even=0;




reply via email to

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