Merge commit 'origin/platal-0.9.15'
[platal.git] / bin / cron / notifs.birthday.php
index 86631d0..ca27d84 100755 (executable)
@@ -1,7 +1,7 @@
-#!/usr/bin/php4 -q
+#!/usr/bin/php5 -q
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2006 Polytechnique.org                              *
+ *  Copyright (C) 2003-2008 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -32,4 +32,5 @@ XDB::execute("INSERT INTO  watch_ops (uid, cid, known, date)
                     WHERE  naissance LIKE '$like' AND deces=0");
 
 
+// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8:
 ?>