From c23010a69c3cfb7b2b7dfceae521ed5ad1a3534a Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Sat, 1 Dec 2007 18:28:45 +0100 Subject: [PATCH] Really reactive address. Signed-off-by: Florent Bruneau --- include/validations/broken.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/validations/broken.inc.php b/include/validations/broken.inc.php index c502cd8..523d355 100644 --- a/include/validations/broken.inc.php +++ b/include/validations/broken.inc.php @@ -102,7 +102,7 @@ class BrokenReq extends Validate XDB::execute("UPDATE emails AS e INNER JOIN aliases AS a ON (a.id = e.uid) - SET e.flags = 'active' + SET e.flags = 'active', panne_level = 2 WHERE a.alias = {?} AND e.email = {?}", $this->m_forlife, $this->m_email); if (XDB::affectedRows() > 0) { $this->m_reactive = true; -- 2.1.4