hi luke,
think you just helped me to find a bug ;-)
please go to mailhive/common/classes/mailbeez.php and replace the function dbdate (around line 80) with this one:
PHP Code:
function dbdate($day) {
$rawtime = strtotime( -1 * (int)$day . " days");
$ndate = date("Ymd", $rawtime);
return $ndate;
}
now -1 should work for you!?
will put this into the next release
regards
cord
Bookmarks