From: Stéphane Jacob Date: Mon, 19 Jul 2010 13:14:41 +0000 (+0200) Subject: Fixes perso marketing (all marketing were Xorg marketing). X-Git-Tag: xorg/1.0.1~15^2~31 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=9707997cc3da1b0609b991b222bf1d12b52ebe72;p=platal.git Fixes perso marketing (all marketing were Xorg marketing). Signed-off-by: Stéphane Jacob --- diff --git a/include/marketing.inc.php b/include/marketing.inc.php index 18f02a6..7b50b25 100644 --- a/include/marketing.inc.php +++ b/include/marketing.inc.php @@ -173,7 +173,7 @@ class Marketing if ($res->numRows() == 0) { return null; } - list ($uid, $email, $type, $data, $from, $senderi, $personal_notes) = $res->fetchOneRow(); + list ($uid, $email, $type, $data, $from, $sender, $personal_notes) = $res->fetchOneRow(); return new Marketing($uid, $email, $type, $data, $from, $sender, $personal_notes); }