1 (edited by Dwedit 2007-01-18 22:33)

Topic: Register.php: Timezone converted to intval? But list has +3.5 on it.

I was just looking through register.php, and noticed that it does converts timezone to an integer value, but the list of time zones contains noninteger values as well.  Is this a bug?

The offending line:
$timezone = intval($_POST['timezone']);

Re: Register.php: Timezone converted to intval? But list has +3.5 on it.

Right smile
This bug has already been noticed before and has been fixed in SVN: nice catch though smile
http://dev.punbb.org/changeset/768