Code

Modified debugging code to show just changes
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 13 Feb 2006 13:55:20 +0000 (13:55 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 13 Feb 2006 13:55:20 +0000 (13:55 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2681 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_plugin.inc

index fc553bf764d294b08d7fbeb0a6f531bc45ec488f..103a6c1fc6a82ebf0d800bb2a3dc0eea6c9c3ab2 100644 (file)
@@ -348,9 +348,10 @@ class plugin
     }
 
     #######################################################
-    ; echo "--- DEBUG: changes ---<br>"                   ;
-    ; print_a ($this->attrs)                              ;
-    ; if (count($this->attrs)==0)echo "<b>Skipped</b><br>";
+    ; if (count($this->attrs)!=0){                        ;
+    ;   echo "--- DEBUG: changes ---<br>"                 ;
+    ;   print_a ($this->attrs)                            ;
+    ; }                                                   ;
     #######################################################
   }