SOURCES: eventum-bounce-notes.patch - Support::bounceMessage
glen
glen at pld-linux.org
Tue Apr 3 01:29:09 CEST 2007
Author: glen Date: Mon Apr 2 23:29:09 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- Support::bounceMessage
---- Files affected:
SOURCES:
eventum-bounce-notes.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/eventum-bounce-notes.patch
diff -u SOURCES/eventum-bounce-notes.patch:1.2 SOURCES/eventum-bounce-notes.patch:1.3
--- SOURCES/eventum-bounce-notes.patch:1.2 Tue Apr 3 01:02:16 2007
+++ SOURCES/eventum-bounce-notes.patch Tue Apr 3 01:29:04 2007
@@ -11,7 +11,7 @@
+ * @param array array(ERROR_CODE, ERROR_STRING) of error to bounce
+ * @return void
+ */
-+ function BounceEmail($message, $error)
++ function bounceMessage($message, $error)
+ {
+ // open text template
+ $tpl = new Template_API;
@@ -74,7 +74,7 @@
+ if ($return !== true) {
+ // in case of error, create bounce, but still
+ // delete email not to send bounce in next process :)
-+ Support::BounceEmail($email, $return);
++ Support::bounceMessage($email, $return);
}
+
+ Support::deleteMessage($info, $mbox, $num);
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/eventum-bounce-notes.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list