From: hickert Date: Wed, 23 May 2007 08:23:53 +0000 (+0000) Subject: Loggin update X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6edc3acaabd5ff889f010a355a940cc177cfc1e4;p=gosa.git Loggin update git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6450 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_plugin.inc b/include/class_plugin.inc index 3714609db..cf7ccc0ee 100644 --- a/include/class_plugin.inc +++ b/include/class_plugin.inc @@ -222,8 +222,6 @@ class plugin */ function execute() { - @log::log("view","acl/".get_class($this),$this->dn,array(),"ACL ".get_class($this)." - ".$this->acl_category." - ".$this->acl_base); - /* This one is empty currently. Fabian - please fill in the docu code */ $_SESSION['current_class_for_help'] = get_class($this); diff --git a/include/functions_FAI.inc b/include/functions_FAI.inc index d542bd4c9..acbf11741 100644 --- a/include/functions_FAI.inc +++ b/include/functions_FAI.inc @@ -278,7 +278,7 @@ function save_release_changes_now() /* Check if this a leaf release or not */ if(count($following_releases) == 0 ){ - /* This is a leaf object. It isn't unherited by any other object */ + /* This is a leaf object. It isn't inherited by any other object */ if(DEBUG_FAI_FUNC) { echo "Saving directly, is a leaf object
".$Current_DN; print_a($objectAttrs);