Quote Originally Posted by mailbeez View Post
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( -* (int)$day " days");
      
$ndate date("Ymd"$rawtime);
      return 
$ndate;
    } 
now -1 should work for you!?

will put this into the next release

regards
cord
Hiya Cord

Thanks very much for that, it works a treat now.

Glad to be of help ;)

Regards, Luke