diff --git a/inc/ToolBox.php b/inc/ToolBox.php index 741eb25..0c1f5ea 100755 --- a/inc/ToolBox.php +++ b/inc/ToolBox.php @@ -15,11 +15,7 @@ class ToolBox public static function cleanPost(&$asData) { - //get rid of magic quotes - if(function_exists('get_magic_quotes_gpc') && get_magic_quotes_gpc()) - { - $asData = self::cleanData($asData, 'stripslashes'); - } + } public static function cleanData($oData, $sCleaningFunc)