Code

Removed print_a
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 6 Jul 2009 06:50:47 +0000 (06:50 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 6 Jul 2009 06:50:47 +0000 (06:50 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13889 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/roleManagement/admin/roleManagement/class_roleManagement.inc

index 081705737ff346207d0dd4a7476d1543429a591d..bc52cb5541fea8d50ee5a3b1f8d403d3b8dcd9b9 100644 (file)
@@ -103,8 +103,6 @@ class roleManagement extends plugin
       }
     }
 
-    print_a($_POST);
-
     if(isset($_GET['act']) && $_GET['act'] == "edit_entry" && isset($_GET['id'])){
       $id = $_GET['id'];
       if(isset($this->roles[$id])){