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

Paul POULAIN tipaul at users.sourceforge.net
Mon Sep 13 17:25:41 CEST 2004


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;





More information about the Koha-cvs mailing list