[Koha-cvs] CVS: koha/C4 Maintainance.pm,1.9,1.10

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 08:04:58 CEST 2002


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

Modified Files:
	Maintainance.pm 
Log Message:
Added a FIXME comment.


Index: Maintainance.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Maintainance.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** Maintainance.pm	10 Oct 2002 04:37:24 -0000	1.9
--- Maintainance.pm	13 Oct 2002 06:04:55 -0000	1.10
***************
*** 197,201 ****
      foreach my $temp (@data){
        $temp=~ s/\'/\\\'/g;
!       $query=$query."'$temp',";
      }
      $query=~ s/\,$/\)/;
--- 197,201 ----
      foreach my $temp (@data){
        $temp=~ s/\'/\\\'/g;
!       $query=$query."'$temp',";		# FIXME - .=
      }
      $query=~ s/\,$/\)/;





More information about the Koha-cvs mailing list