From: x2000habouzit Date: Mon, 31 Jul 2006 18:18:12 +0000 (+0000) Subject: wibble X-Git-Tag: xorg/0.9.11~164 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=4d4c2cdf23d529adca3314c2ba6acb9b280e3444;p=platal.git wibble git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@751 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/bin/devel/modules_status b/bin/devel/modules_status deleted file mode 100755 index 3cc1132..0000000 --- a/bin/devel/modules_status +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/zsh - -chdir ${1:-.} - -dirs=(bin configs htdocs hooks include plugins scripts templates) -opts=(-type f -not -path '*.svn*') - -diff -u <(cat install.d/**/files|sort) <(find $dirs $opts|sort) \ - | grep '^[-+][a-z]' | sed -e 's,^+,Orphaned: ,;s,^-,Missing : ,' diff --git a/bin/lists.create_promo.php b/bin/lists.create_promo.php index f7bc204..9fc4039 100755 --- a/bin/lists.create_promo.php +++ b/bin/lists.create_promo.php @@ -18,7 +18,7 @@ $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(); ?>