From 18c8bbf6d2210a804e7ca2aea8cd925eb812a184 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Thu, 30 Sep 2004 15:55:11 +0000 Subject: [PATCH] prod to dev --- htdocs/marketing/utilisateurs_marketing.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/marketing/utilisateurs_marketing.php b/htdocs/marketing/utilisateurs_marketing.php index 0a3d36a..c09fcb8 100644 --- a/htdocs/marketing/utilisateurs_marketing.php +++ b/htdocs/marketing/utilisateurs_marketing.php @@ -18,7 +18,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: utilisateurs_marketing.php,v 1.7 2004-09-05 22:58:46 x2000habouzit Exp $ + $Id: utilisateurs_marketing.php,v 1.8 2004-09-30 15:55:11 x2000habouzit Exp $ ***************************************************************************/ require("auto.prepend.inc.php"); @@ -42,7 +42,7 @@ switch ($_REQUEST["submit"]) { $prenom=$myrow["prenom"]; $nom=$myrow["nom"]; $promo=$myrow["promo"]; - $from=$_SESSION['forlife']."@polytechnique.org"; + $from = "Equipe Polytechnique.org "; $page->run(); break; -- 2.1.4