summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 170b06c)
raw | patch | inline | side by side (parent: 170b06c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 24 Mar 2010 12:41:03 +0000 (12:41 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc b/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc
index f7d814e474842d338ef959b327a4e20e34e841e6..5e48729299aa0d5873a08948923765825bef67c3 100644 (file)
}elseif($tmp & 64){
$tmp &= !64;
}
+ if(isset($_POST['goFaxPrinter'])){
+ $this->goFaxPrinter =get_post('goFaxPrinter');
+ }
}
$this->goFaxDeliveryMode = $tmp;