koha-cvs
[Top][All Lists]
Advanced

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

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/C4 Maintainance.pm,1.9,1.10
Date: Sat, 12 Oct 2002 23:04:58 -0700

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/\,$/\)/;




reply via email to

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