From: hickert Date: Wed, 24 Mar 2010 12:41:03 +0000 (+0000) Subject: updated acls X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8be2b84fbd1b43aef6a576d5fcd7805498f0822b;p=gosa.git updated acls git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17067 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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;