summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ad5093a)
raw | patch | inline | side by side (parent: ad5093a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 26 Apr 2006 04:43:15 +0000 (04:43 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 26 Apr 2006 04:43:15 +0000 (04:43 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3112 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/groups/class_groupManagement.inc | patch | blob | history |
diff --git a/plugins/admin/groups/class_groupManagement.inc b/plugins/admin/groups/class_groupManagement.inc
index 75b1dbf6746331e617afc64dbe85b48ba6b9f8f2..38690d1d2894296b45f0692933b3394947303e0c 100644 (file)
*/
if($this->CopyPasteHandler){
if($str = $this->copyPasteHandling($s_action,$s_entry)){
- echo $str;
+ return $str;
}
}