Handles canceled payment transactions.
[platal.git] / bin / cron / notifs.send.php
index 6d79394..8a873aa 100755 (executable)
@@ -54,5 +54,5 @@ XDB::execute("UPDATE  watch_profile
 XDB::execute('DELETE FROM  watch_profile
                     WHERE  ts < DATE_SUB(CURRENT_DATE, INTERVAL 15 DAY)');
 
-// 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:
 ?>