koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Biblio.pm,1.74,1.75


From: MJ Ray
Subject: [Koha-cvs] CVS: koha/C4 Biblio.pm,1.74,1.75
Date: Tue, 02 Dec 2003 17:42:06 -0800

Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv16595

Modified Files:
        Biblio.pm 
Log Message:
bug 662 fixes securing DBI

Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -r1.74 -r1.75
*** Biblio.pm   28 Nov 2003 09:48:33 -0000      1.74
--- Biblio.pm   3 Dec 2003 01:42:03 -0000       1.75
***************
*** 622,627 ****
            $sth->execute;
            my ($res)=$sth->fetchrow;
!           $sth=$dbh->prepare("update marc_subfield_table set 
subfieldvalue=null, valuebloblink=$res where subfieldid=?");
!           $sth->execute($subfieldid);
        }
      } else {
--- 622,627 ----
            $sth->execute;
            my ($res)=$sth->fetchrow;
!           $sth=$dbh->prepare("update marc_subfield_table set 
subfieldvalue=null, valuebloblink=? where subfieldid=?");
[...1555 lines suppressed...]
+       s/$NSB/(/gm ;
+       s/[ ]{0,1}$NSE/) /gm ;
+       $string = $_ ;
+       return($string) ;
+ }
+ 
+ END { }       # module clean-up code here (global destructor)
+ 
+ =back
+ 
+ =head1 AUTHOR
+ 
+ Koha Developement team <address@hidden>
+ 
+ Paul POULAIN address@hidden
+ 
+ =cut
+ 
+ =======
+ >>>>>>> 1.74




reply via email to

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