it's about 6018 bug with +d'date' opcion in the cron

This commit is contained in:
Carlos Pacha
2011-02-02 19:36:34 +00:00
parent 1303b5e87f
commit b5857edbfd
3 changed files with 5 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ $oCases = new Cases();
/** here we verify if there is a any case with a unpause on this day*/
if( $sTypeList === 'to_do' or $sTypeList === 'draft' or $sTypeList === 'paused') {
$oCases->ThrowUnpauseDaemon();
$oCases->ThrowUnpauseDaemon(date('Y-m-d'));
}
/* *