Quoting von Anführungszeichen für besseres Syntaxhighlighting.
authorMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 8 Feb 2008 10:58:32 +0000 (10:58 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 8 Feb 2008 10:58:32 +0000 (10:58 +0000)
SL/DBUtils.pm

index 19e1aa1..19346eb 100644 (file)
@@ -96,7 +96,7 @@ sub quote_db_date {
   return "NULL" unless defined $str;
   return "current_date" if $str =~ /current_date/;
 
-  $str =~ s/'/''/g;
+  $str =~ s/\'/\'\'/g;
   return "'$str'";
 }