Merge branch 'platal-0.9.15'
[platal.git] / bin / newsletter.send.php
index 49501a7..c5c8178 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/php5 -q
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2007 Polytechnique.org                              *
+ *  Copyright (C) 2003-2008 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -38,4 +38,5 @@ $id = intval($opt['i']);
 $nl = new NewsLetter($id);
 $nl->sendToAll();
 
+// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8:
 ?>