Convert source code to UTF-8
[platal.git] / bin / cron / notifs.birthday.php
index 9b61f91..7c54028 100755 (executable)
@@ -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:
 ?>