Code

Updated config management
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 4 Apr 2011 12:23:28 +0000 (12:23 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 4 Apr 2011 12:23:28 +0000 (12:23 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20644 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto-ng/admin/newConfigManagement/class_ConfigManagementListing.inc
gosa-plugins/goto-ng/admin/newConfigManagement/class_newConfigManagement.inc

index 3657adb88962bb5edf7b112f81b1d0324a3623b8..ab08368852cdca21541ed2b7ff2ee5edd3fffaa6 100644 (file)
@@ -13,9 +13,7 @@ class ConfigManagementListing extends management
         // Set storage points - We do not have any - We just create a fake list which lists all items
         $this->storagePoints = array("");
         $this->rebuildListing();
-
         $this->containerSelector = new ItemSelector(array(),'/root','/root');
-
         $this->parent = &$parent;
     }
 
index 676e67a3b42ad5c6280d80207e06fbd57a2e5815..3d32b171405d3108786455f9335a341b41e1012d 100644 (file)
@@ -145,8 +145,6 @@ class newConfigManagement extends plugin
      */
     function setCurrentContainer($cont)
     {
-        echo $cont."<br>";
-
         $this->selectedContainer = $cont;
 
         // Update list of items within the selected container.