Code

Removed debug stuff
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 17 Apr 2008 13:00:32 +0000 (13:00 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 17 Apr 2008 13:00:32 +0000 (13:00 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10538 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/addons/goto/class_gotomasses.inc

index dc965096a2666ad607a319936a1ea35240533f80..491f17c6a99d601311897b5690ad90d98943fae0 100644 (file)
@@ -726,7 +726,7 @@ class gotomasses extends plugin
     /* Assign entries by id.
      */
     $this->entries = array();
-    //print_a($entries);
+    
     foreach($entries as $entry){
       $this->entries[$entry['ID']]= $entry;
     }