Adds a check on Google Apps accounts in checkdb.php.
[platal.git] / bin / lists.create_promo.php
index f7bc204..163e532 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/php4 -q
+#!/usr/bin/php5 -q
 <?php
 require_once("xorg.inc.php");
 require_once('validations.inc.php');
@@ -18,7 +18,8 @@ $promo = intval($opt['p']);
 $owner = $opt['o'];
 
 $req = new ListeReq(0, "promo$promo", "Liste de la promotion $promo",
-               1 /*private*/, 2 /*moderate*/, 0 /*free subscription*/,
-               array($owner), array());
+                    1 /*private*/, 2 /*moderate*/, 0 /*free subscription*/,
+                    array($owner), array());
 $req->submit();
+// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8:
 ?>