From: Florent Bruneau Date: Sat, 1 Dec 2007 17:28:45 +0000 (+0100) Subject: Really reactive address. X-Git-Tag: xorg/0.9.16~195 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=c23010a69c3cfb7b2b7dfceae521ed5ad1a3534a;p=platal.git Really reactive address. Signed-off-by: Florent Bruneau --- 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;