summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0d88253)
raw | patch | inline | side by side (parent: 0d88253)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 14 Nov 2006 11:10:56 +0000 (11:10 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 14 Nov 2006 11:10:56 +0000 (11:10 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5103 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/users/class_userManagement.inc | patch | blob | history |
diff --git a/plugins/admin/users/class_userManagement.inc b/plugins/admin/users/class_userManagement.inc
index 5bb7d839b4a5a9ba2159285d735600c64c009897..f76950cf48c9c5b8a0d8c169066c752f702792bd 100644 (file)
$s_tab= "user";
}
+ /* Some may be active but diabled in gosa.conf. */
+ if(!search_config($this->config->data['TABS'], $s_tab , "CLASS")){
+ $s_tab = "user";
+ }
+
/* Display the copy & paste dialog, if it is currently open */
$ret = $this->copyPasteHandling($s_action,$s_entry);
if($ret){