Code

Loggin update
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 May 2007 08:23:53 +0000 (08:23 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 May 2007 08:23:53 +0000 (08:23 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6450 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_plugin.inc
include/functions_FAI.inc

index 3714609db1da2e2993ddf747795a4180bc39806d..cf7ccc0eed7be56072e84d4531daa10a873b779f 100644 (file)
@@ -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);
 
index d542bd4c95d31aa2af21d72270b26bae1721e271..acbf117411d703c43c4ed1880a5222dd550d1148 100644 (file)
@@ -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 "<b>Saving directly, is a leaf object</b><br> ".$Current_DN;
         print_a($objectAttrs);