From e70998a3e1baf625749f77f9ad37a427d5a03e96 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Tue, 6 Nov 2007 23:36:24 +0000 Subject: Remove dumping of class vars again, use ED(get_class_vars("map")) instead --- it_debug.class | 3 --- 1 file changed, 3 deletions(-) (limited to 'it_debug.class') diff --git a/it_debug.class b/it_debug.class index 2cefa80..3aedda7 100644 --- a/it_debug.class +++ b/it_debug.class @@ -128,9 +128,6 @@ function dump($args) foreach ($args as $arg) { $var = array_shift($argnames); - if (gettype($arg) == "string" && class_exists($arg, false)) - $arg = get_class_vars($arg); - $item = gettype($arg) == 'resource' ? trim(print_r($arg, true)) : trim(var_export($arg, true)); # Replace PHP 5 var_export object representation by old style -- cgit v1.2.3