From 8be2b84fbd1b43aef6a576d5fcd7805498f0822b Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 24 Mar 2010 12:41:03 +0000 Subject: [PATCH] updated acls git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17067 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc b/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc index f7d814e47..5e4872929 100644 --- a/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc +++ b/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc @@ -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; -- 2.30.2