diff options
author | thomascube <thomas@roundcube.net> | 2011-08-14 18:54:24 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-08-14 18:54:24 +0000 |
commit | 782d8593bd8cc511483e959519f84a389aee131f (patch) | |
tree | 50870e07427005983418330168b01bae4fcb0f88 /program/steps/mail/sendmail.inc | |
parent | 84ae7d55b52b6172ef7a25eabd1132ed2293ebe2 (diff) |
More unique error codes
Diffstat (limited to 'program/steps/mail/sendmail.inc')
-rw-r--r-- | program/steps/mail/sendmail.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/sendmail.inc b/program/steps/mail/sendmail.inc index 0b6f49f72..aee498221 100644 --- a/program/steps/mail/sendmail.inc +++ b/program/steps/mail/sendmail.inc @@ -674,7 +674,7 @@ if ($store_target) } if (PEAR::isError($msg)) - raise_error(array('code' => 600, 'type' => 'php', + raise_error(array('code' => 650, 'type' => 'php', 'file' => __FILE__, 'line' => __LINE__, 'message' => "Could not create message: ".$msg->getMessage()), TRUE, FALSE); |