Code

Fixed copy paste output
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 26 Apr 2006 04:43:15 +0000 (04:43 +0000)
committerhickert <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

index 75b1dbf6746331e617afc64dbe85b48ba6b9f8f2..38690d1d2894296b45f0692933b3394947303e0c 100644 (file)
@@ -204,7 +204,7 @@ class groupManagement extends plugin
      */
     if($this->CopyPasteHandler){
       if($str = $this->copyPasteHandling($s_action,$s_entry)){
-        echo $str;
+        return $str;
       }
     }