Code

updated acls
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 24 Mar 2010 12:41:03 +0000 (12:41 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 24 Mar 2010 12:41:03 +0000 (12:41 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17067 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc

index f7d814e474842d338ef959b327a4e20e34e841e6..5e48729299aa0d5873a08948923765825bef67c3 100644 (file)
@@ -675,6 +675,9 @@ class gofaxAccount extends plugin
         }elseif($tmp & 64){
           $tmp &= !64;
         }
+        if(isset($_POST['goFaxPrinter'])){
+          $this->goFaxPrinter =get_post('goFaxPrinter');
+        }
       }
       $this->goFaxDeliveryMode = $tmp;