summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 35752e0)
raw | patch | inline | side by side (parent: 35752e0)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 Aug 2005 10:31:56 +0000 (10:31 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 Aug 2005 10:31:56 +0000 (10:31 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1189 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/gofon/macro/class_gofonMacroManagement.inc | patch | blob | history | |
plugins/gofon/macro/tabs_macros.inc | patch | blob | history |
diff --git a/plugins/gofon/macro/class_gofonMacroManagement.inc b/plugins/gofon/macro/class_gofonMacroManagement.inc
index 40f65bfc379e8935063a6a7604f0e99bc1f5fd66..5f1472abd5b33a77a1674034786857f3e48d5e02 100755 (executable)
}
/* Generate macro list */
- $res= get_list($this->ui->subtreeACL, "(&(cn=$regex)(objectClass=goFonMacro))", FALSE, "ou=macros,ou=asterisk,ou=config,".$base, array("*"), TRUE);
+ $res= get_list($this->ui->subtreeACL, "(&(cn=$regex)(objectClass=goFonMacro))", FALSE, "ou=macros,ou=asterisk,ou=configs,ou=systems,".$base, array("*"), TRUE);
$this->macros= $res;
/* NEW LIST MANAGMENT
index cc10e4c83e83ffaf3077dfbb3978d6b1f94effe2..94c48ad7c54908ffd608f521510f0a3d6df56499 100755 (executable)
/* Check for new 'dn', in order to propagate the
'dn' to all plugins */
- $new_dn= "cn=".$baseobject->cn.",ou=macros,ou=asterisk,ou=config,".$baseobject->base;
+ $new_dn= "cn=".$baseobject->cn.",ou=macros,ou=asterisk,ou=configs,ou=systems,".$baseobject->base;
/* Move group? */
if ($this->dn != $new_dn){