X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Ffunctions_debug.inc;h=5e5c84f6ea9fe75306edacd177e3c1f1db11b00a;hb=4e21fc2c719f4175c9b0e72ee9fbc95249a16ddf;hp=24fd84275107b00870c12eb0463af764d2417665;hpb=1c75c4e50ece9686e511ddb0eb1177515b8299ab;p=gosa.git diff --git a/include/functions_debug.inc b/include/functions_debug.inc index 24fd84275..5e5c84f6e 100644 --- a/include/functions_debug.inc +++ b/include/functions_debug.inc @@ -192,7 +192,7 @@ class Print_a_class { if( $this->show_object_vars ) { $this->print_a( get_object_vars( $value ), TRUE, $key_bg_color ); } else { - $this->output .= '
OBJECT
'; + $this->output .= '
OBJECT - '.get_class($value).'
'; } } else { $this->output .= '
'.$value.'
';