--- embedaddon/php/ext/spl/examples/dbaarray.inc 2012/02/21 23:48:01 1.1.1.1 +++ embedaddon/php/ext/spl/examples/dbaarray.inc 2012/05/29 12:34:43 1.1.1.2 @@ -51,9 +51,6 @@ class DbaArray extends DbaReader implements ArrayAcces { $data = dba_fetch($name, $this->db); if($data) { - if (ini_get('magic_quotes_runtime')) { - $data = stripslashes($data); - } //return unserialize($data); return $data; } @@ -95,4 +92,4 @@ class DbaArray extends DbaReader implements ArrayAcces } } -?> \ No newline at end of file +?>