Kier
Sat 14th Jun '03, 1:42pm
If you try to select GMT +9:30 or any of the other timezones that include a x:30 part you will find that they do not save properly.
To fix this, open profile.php in a text editor and find this on line 1040:
'timezoneoffset' => INT,Replace this with
'timezoneoffset',Next, a couple of lines down , right before this line:
if ($threadedmode == 3)
...you need to add this code:
$timezoneoffset += 0;
To fix this, open profile.php in a text editor and find this on line 1040:
'timezoneoffset' => INT,Replace this with
'timezoneoffset',Next, a couple of lines down , right before this line:
if ($threadedmode == 3)
...you need to add this code:
$timezoneoffset += 0;