[pLog-svn] r857 - plog/trunk/class/database

ork at devel.plogworld.net ork at devel.plogworld.net
Thu Jan 27 00:53:22 GMT 2005


Author: ork
Date: 2005-01-27 00:53:22 +0000 (Thu, 27 Jan 2005)
New Revision: 857

Modified:
   plog/trunk/class/database/db.class.php
Log:
added () :)


Modified: plog/trunk/class/database/db.class.php
===================================================================
--- plog/trunk/class/database/db.class.php	2005-01-27 00:52:35 UTC (rev 856)
+++ plog/trunk/class/database/db.class.php	2005-01-27 00:53:22 UTC (rev 857)
@@ -73,7 +73,7 @@
 		 */
 		function qstr($string) {
 
-			if (get_magic_quotes_gpc) {
+			if (get_magic_quotes_gpc()) {
 				$string = stripslashes($string);
 			}
 




More information about the pLog-svn mailing list