summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f93cfbd)
raw | patch | inline | side by side (parent: f93cfbd)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 5 Jan 2006 13:08:41 +0000 (13:08 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 5 Jan 2006 13:08:41 +0000 (13:08 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2418 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/groups/class_groupApplication.inc | patch | blob | history |
diff --git a/plugins/admin/groups/class_groupApplication.inc b/plugins/admin/groups/class_groupApplication.inc
index 9fbba6494df494ff352e4b0796cab11345a9c3f0..77a0c7431d5c6b0c0fa2bb179db339b25558f97c 100644 (file)
if((preg_match("/EdiApp_/",$name))&&(!$only_once)){
- $only_once = false;
+ $only_once = true;
$appname = $value;
$appname = preg_replace("/EdiApp_/","",$name);
$appname = preg_replace("/_.*$/","",$appname);