diff --git a/checkin_notes b/checkin_notes index 7579a3494d..f02d06b1ad 100644 --- a/checkin_notes +++ b/checkin_notes @@ -116,3 +116,12 @@ Charlie Jan 6 2008 client/ hostinfo_unix.C main.C + +David Jan 6 2007 + - web: bug fixes + + html/ + inc/ + util.inc + ops/ + update_profile_pages.php diff --git a/html/inc/util.inc b/html/inc/util.inc index f64ef5f544..43c1ecd111 100644 --- a/html/inc/util.inc +++ b/html/inc/util.inc @@ -9,6 +9,7 @@ require_once("../inc/forum.inc"); require_once("../inc/profile.inc"); ini_set("memory_limit", "64M"); +date_default_timezone_set("UTC"); $generating_xml = false; diff --git a/html/ops/update_profile_pages.php b/html/ops/update_profile_pages.php index c3d14551cc..3fd0f9b40d 100755 --- a/html/ops/update_profile_pages.php +++ b/html/ops/update_profile_pages.php @@ -10,11 +10,10 @@ require_once("../inc/profile.inc"); //echo date(DATE_RFC822), ": Starting\n"; set_time_limit(0); -ini_set("memory_limit", "256M"); +ini_set("memory_limit", "1024M"); db_init(); - // TODO: convert to new DB interface $alphabet = array('A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z','0','1','2','3','4','5','6','7','8','9');