summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c44e4b6)
raw | patch | inline | side by side (parent: c44e4b6)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 14 Nov 2006 11:36:52 +0000 (11:36 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 14 Nov 2006 11:36:52 +0000 (11:36 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5106 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 cd3d5a39246042ecb4fe756431cf6c0270382294..5d56063f93f97678ea368f29b25f36599a3da63d 100644 (file)
$s_tab= "user";
}
+ 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){