dufuz Sun Jun 24 01:25:58 2007 UTC
Modified files:
/pearweb/public_html account-request-vote.php
Log:
I wasn't wrong, it's not required, the election account request passes
automatic = true to user::add() which in turns doesn't call the mail()
http://cvs.php.net/viewvc.cgi/pearweb/public_html/account-request-vote.php?r1=1.11&r2=1.12&diff_format=u
Index: pearweb/public_html/account-request-vote.php
diff -u pearweb/public_html/account-request-vote.php:1.11
pearweb/public_html/account-request-vote.php:1.12
--- pearweb/public_html/account-request-vote.php:1.11 Sun Jun 24 01:22:31 2007
+++ pearweb/public_html/account-request-vote.php Sun Jun 24 01:25:58 2007
@@ -15,7 +15,7 @@
+----------------------------------------------------------------------+
| Authors: |
+----------------------------------------------------------------------+
- $Id: account-request-vote.php,v 1.11 2007/06/24 01:22:31 dufuz Exp $
+ $Id: account-request-vote.php,v 1.12 2007/06/24 01:25:58 dufuz Exp $
*/
define('HTML_FORM_TH_ATTR', 'class="form-label_left"');
@@ -104,11 +104,6 @@
$additionalHeaders['To'] = $stripped['email'];
$mailer->send($additionalHeaders);
}
- } elseif ($salt === false) {
- $msg = 'Your account cannot be added to the queue.'
- . ' Please drop a mail to the '
- . ' <i>pear-dev</i> mailing list.';
- report_error($msg, 'warnings', 'WARNING:');
}
$display_form = false;
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|