Merged two branches stupidly created.
authorviric@llimona
Fri, 13 Oct 2006 11:28:57 +0200
changeset 7 43323a4bccdd
parent 5 974edda953a6 (current diff)
parent 6 e152a6b585e5 (diff)
child 8 8d76ba374dee
Merged two branches stupidly created.
--- a/getdb.inc	Wed Oct 04 23:24:21 2006 +0200
+++ b/getdb.inc	Fri Oct 13 11:28:57 2006 +0200
@@ -194,7 +194,9 @@
 
 	function strtosql($cadena)
 	{
-		return ereg_replace("'", "'", $cadena);
+		/* (viric) I don't know why, but it doesn't require any
+		transformation from ' to \'. */
+		return $cadena;
 	}
 
 	function strtohtml($cadena)