X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=bin%2Fpromo_update_help.php;h=69abe82c901305434a39777d8815be39f41c1446;hb=3424387cde6c635ff16c3b5459c4caa88bb76e2e;hp=c4c2c286d8644973fd7e4f38a44bb3f212a2868b;hpb=6e1128e02f7568a692d548d8bc43cad6bde38efe;p=platal.git diff --git a/bin/promo_update_help.php b/bin/promo_update_help.php index c4c2c28..69abe82 100755 --- a/bin/promo_update_help.php +++ b/bin/promo_update_help.php @@ -87,5 +87,5 @@ print "New users:\n" . implode("\n", $new) . "\n\n"; print "Ambiguous users:\n" . implode("\n", $ambiguous) . "\n\n"; print "Users to remove (louk out for ambiguous users before!):\n" . implode("\n", $to_remove) . "\n"; -// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: +// vim:set et sw=4 sts=4 sws=4 foldmethod=marker fenc=utf-8: ?>