From: cajus Date: Mon, 13 Feb 2006 13:55:20 +0000 (+0000) Subject: Modified debugging code to show just changes X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=03dcb2603d87fd4f997603feb116c6b84030aae0;p=gosa.git Modified debugging code to show just changes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2681 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_plugin.inc b/include/class_plugin.inc index fc553bf76..103a6c1fc 100644 --- a/include/class_plugin.inc +++ b/include/class_plugin.inc @@ -348,9 +348,10 @@ class plugin } ####################################################### - ; echo "--- DEBUG: changes ---
" ; - ; print_a ($this->attrs) ; - ; if (count($this->attrs)==0)echo "Skipped
"; + ; if (count($this->attrs)!=0){ ; + ; echo "--- DEBUG: changes ---
" ; + ; print_a ($this->attrs) ; + ; } ; ####################################################### }