summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 87f2ccb)
raw | patch | inline | side by side (parent: 87f2ccb)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 30 Nov 2006 07:06:34 +0000 (07:06 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 30 Nov 2006 07:06:34 +0000 (07:06 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5260 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/gofax/faxaccount/class_gofaxAccount.inc | patch | blob | history |
diff --git a/plugins/gofax/faxaccount/class_gofaxAccount.inc b/plugins/gofax/faxaccount/class_gofaxAccount.inc
index 283799d59ab490759e2c059db4edbdab0f68523f..8cda3f99163c45a8feb3d6e548a45154de7625b0 100644 (file)
/* IF mail is specified (which is only the case if there's no mail account
present), check if it's valid.. */
if (@isset($this->parent->by_object['mailAccount']) &&
- $this->goFaxDeliveryMode && 32){
+ $this->goFaxDeliveryMode & 32){
if ($this->mail == ""){
$message[]= _("Mail delivery is checked, but no address has been specified.");
} elseif (!is_email($this->mail)){