From: hickert Date: Wed, 23 May 2007 06:50:04 +0000 (+0000) Subject: Removed logging from management class, logging is done by the plugin class X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=612101a4d2b8fad4d7b7ca5a3b1d9100faf4d1c7;p=gosa.git Removed logging from management class, logging is done by the plugin class git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6441 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/departments/class_departmentManagement.inc b/plugins/admin/departments/class_departmentManagement.inc index a6e2fd902..7c580063c 100644 --- a/plugins/admin/departments/class_departmentManagement.inc +++ b/plugins/admin/departments/class_departmentManagement.inc @@ -193,7 +193,6 @@ class departmentManagement extends plugin $this->deptabs->set_acl_base(); $this->deptabs->delete (); $this->deptabs = NULL; - gosa_log ("Department object'".$this->dn."' has been removed"); } else { print_red (_("You have no permission to remove this department.")); } @@ -261,7 +260,6 @@ class departmentManagement extends plugin $acl = $this->ui->get_permissions($this->dn,"department/department"); if(preg_match("/d/",$acl)){ $this->remove_from_parent(); - gosa_log ("Department object'".$this->dn."' has been removed"); } else { print_red (_("You have no permission to remove this department.")); } @@ -367,7 +365,6 @@ class departmentManagement extends plugin if ($this->dn != "new"){ del_lock ($this->dn); } - gosa_log ("Department object'".$this->dn."' has been saved"); unset ($this->deptabs); $this->deptabs= NULL; unset ($_SESSION['objectinfo']);