Skip to content
Snippets Groups Projects

Hotline#59638 newsletter envoi version anterieure

Merged efalcy requested to merge hotline#59638_newsletter_envoi_version_anterieure into stable
Compare and Show latest version
2 files
+ 29
0
Preferences
Compare changes
Files
2
+ 6
0
<?php
try {
Zend_Db_Table_Abstract::getDefaultAdapter()
->query('delete from newsletter_dispatch where COLLECTED=0 and ended_on is NULL and error is NULL and DATE(created_on)!=CURDATE()');
} catch(Exception $e) {}
?>
\ No newline at end of file