Changeset 1584

Show
Ignore:
Timestamp:
04/05/08 12:58:58 (5 months ago)
Author:
Neal
Message:

Fixed a bug in [1583] that prevented registration from working, noticed by Gizzmo.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/punbb-1.3-dev/upload/register.php

    r1583 r1584  
    212212                                'save_pass'                             =>      $save_pass, 
    213213                                'timezone'                              =>      $_POST['timezone'], 
    214                                 'dst'                                   =>      isset($_POST['dst'])
     214                                'dst'                                   =>      isset($_POST['dst']) ? '1' : '0'
    215215                                'language'                              =>      $language, 
    216216                                'style'                                 =>      $pun_config['o_default_style'],