summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 618d3f0)
raw | patch | inline | side by side (parent: 618d3f0)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 31 Oct 2008 10:28:22 +0000 (10:28 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 31 Oct 2008 10:28:22 +0000 (10:28 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12842 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/groups/class_groupGeneric.inc | patch | blob | history |
diff --git a/gosa-core/plugins/admin/groups/class_groupGeneric.inc b/gosa-core/plugins/admin/groups/class_groupGeneric.inc
index 300ddd0cfccb085e1f204cfe8d6a199077a87c9f..acf6dc50dc6e012142b4a01ee7fe56e2cbf5471b 100644 (file)
}
/* Find out next free id near to UID_BASE */
- if ($this->config->get_cfg_value("nextIdHook") == ""){
+ if ($this->config->get_cfg_value("baseIdHook") == ""){
$base= $this->config->get_cfg_value("uidNumberBase");
} else {
/* Call base hook */