summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d6a1767)
raw | patch | inline | side by side (parent: d6a1767)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 23 May 2007 08:23:53 +0000 (08:23 +0000) | ||
committer | hickert <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 | patch | blob | history | |
include/functions_FAI.inc | patch | blob | history |
index 3714609db1da2e2993ddf747795a4180bc39806d..cf7ccc0eed7be56072e84d4531daa10a873b779f 100644 (file)
--- a/include/class_plugin.inc
+++ b/include/class_plugin.inc
*/
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)
/* 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);