From d2367745f3decadd1f4961783d003aff835ca57e Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Tue, 9 Jan 2007 22:14:49 +0000 Subject: [PATCH] Fix email auto-activation git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1326 839d8a87-29fc-0310-9880-83ba4fa771e5 --- include/emails.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/emails.inc.php b/include/emails.inc.php index 22642d8..c87bfc8 100644 --- a/include/emails.inc.php +++ b/include/emails.inc.php @@ -259,7 +259,7 @@ class Redirect return SUCCESS; } } - $this->emails[] = new Email(array($email,1,'','0000-00-00')); + $this->emails[] = new Email(array($email, 'active', '', '0000-00-00', '0000-00-00', 0)); // security stuff $res = XDB::query("SELECT state, description -- 2.1.4