From 03dcb2603d87fd4f997603feb116c6b84030aae0 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 13 Feb 2006 13:55:20 +0000 Subject: [PATCH] Modified debugging code to show just changes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2681 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_plugin.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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) ; + ; } ; ####################################################### } -- 2.30.2