UPDATED: Please see the first post in this thread for an update list.
BUG: The number of registered members is a wrong number because this script is off several hours. i.e. if it was display users who registered from 2/4/2008 to 2/10/2008 - it will only query for users who signed up by midnight of 2/10. which is short of 11 hours 59 mins.
in the php file you can fix this by editing....
$next_date = mktime(23,59,59, date("m", $last_monday), date("d",$last_monday)+6, date("Y", $last_monday));
OR
$next_date = mktime(0,0,0, date("m", $current_date), date("d",$last_monday)+7, date("Y", $last_monday));
Last edited by webawsb; 02-11-2008 at 12:05 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks