Code

Fixed goMailServer errors
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 8 Jun 2006 08:16:16 +0000 (08:16 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 8 Jun 2006 08:16:16 +0000 (08:16 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3706 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_goMailServer.inc

index 851ad5b5846ec90995fdf6a05590cc2d259f31dc..7e8d8cf8a43b4e314878c517534e7dbdcfd77fce 100644 (file)
@@ -79,6 +79,7 @@ class goMailServer extends plugin{
 
     /* Get postfix my networks */
     $this->postfixMyNetworks = array();
+    $tmp = array();
     if(isset($this->attrs['postfixMyNetworks'][0])){
       $tmp = split(",",$this->attrs['postfixMyNetworks'][0]);
       foreach($tmp as $str){
@@ -106,6 +107,7 @@ class goMailServer extends plugin{
 
 
     /* Get transport tables */
+    $tmp = array();
     $this->postfixTransportTable = array();
     if(isset($this->attrs['postfixTransportTable'])){
       $tmp = array();
@@ -131,6 +133,7 @@ class goMailServer extends plugin{
    
 
     /* Get sender restrictions */
+    $tmp = array();
     $this->postfixSenderRestrictions = array();
     if(isset($this->attrs['postfixSenderRestrictions'])){
       unset($this->attrs['postfixSenderRestrictions']['count']);
@@ -154,6 +157,7 @@ class goMailServer extends plugin{
 
  
     /* Get sender restrictions */
+    $tmp = array();
     $this->postfixRecipientRestrictions = array();
     if(isset($this->attrs['postfixRecipientRestrictions'])){
       unset($this->attrs['postfixRecipientRestrictions']['count']);