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

MJ Ray slef at users.sourceforge.net
Wed Dec 3 02:42:06 CET 2003


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 <info at koha.org>
+ 
+ Paul POULAIN paul.poulain at free.fr
+ 
+ =cut
+ 
+ =======
+ >>>>>>> 1.74





More information about the Koha-cvs mailing list