From 72861a042313cf18648b9345283e51b270e1fb16 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Sun, 4 Nov 2012 20:20:14 +0100 Subject: [PATCH] Create promo ML in new format. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- bin/lists.create_promo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lists.create_promo.php b/bin/lists.create_promo.php index 78accf9..07e7ca6 100755 --- a/bin/lists.create_promo.php +++ b/bin/lists.create_promo.php @@ -27,7 +27,7 @@ if (!$owner_user) { } // Creates the list. -$req = new ListeReq($owner_user, false, "promo$promo", $globals->mail->domain, "Liste de la promotion $promo", +$req = new ListeReq($owner_user, false, "promo", $promo . '.' . $globals->mail->domain, "Liste de la promotion $promo", 1 /*private*/, 2 /*moderate*/, 0 /*free subscription*/, array($owner), array()); $req->submit(); -- 2.1.4