From: Raphaël Barrois Date: Sun, 4 Nov 2012 19:20:14 +0000 (+0100) Subject: Create promo ML in new format. X-Git-Tag: xorg/1.1.6~18 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=72861a042313cf18648b9345283e51b270e1fb16;p=platal.git Create promo ML in new format. Signed-off-by: Raphaël Barrois --- 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();