Code

Removed duplicated code
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 10 Dec 2008 07:33:00 +0000 (07:33 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 10 Dec 2008 07:33:00 +0000 (07:33 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13216 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/mail/personal/mail/sieve/class_sieve.inc

index 60a146550460425eae9a7fef0bb7374e9f57bd05..f1875d4459572a28b983f7eb62283fa85642df1c 100644 (file)
@@ -308,10 +308,8 @@ class sieve
 
           if(strcmp($this->item[0], "SIEVE") == 0){
             $this->cap_type="modules";
-            $this->modules = split(" ", $this->item[1]);
           }else{
             $this->cap_type="auth";
-            $this->modules = $this->item;
           }
 
           $this->modules = split(" ", $this->item[1]);