Topic: Register - Adjust for DST

'Adjust for DST' is checked during registration, but it is not saved to the database.

Re: Register - Adjust for DST

Fixed

Re: Register - Adjust for DST

weird that no one noticed that now if you register without it check gives an SQL error. but yea the error is:
----------------------------------------------------------------------------------------

The error occurred on line 827 in C:\wamp\www\punbb\include\functions.php

Database reported: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' 'English', 'Oxygen', 1207399271, '127.0.0.1', 1207399271, 'm0z:rMF-@)NX', NULL)' at line 1 (Errno: 1064).

Failed query: INSERT INTO users (username, group_id, password, email, email_setting, save_pass, timezone, dst, language, style, registered, registration_ip, last_visit, salt, activate_key) VALUES('test_pig2', 3, '96ec6a9ea5140a58bad5adc807a572087253dbc1', 'test_pig2@justgizzmo.com', 1, 1, -8, , 'English', 'Oxygen', 1207399271, '127.0.0.1', 1207399271, 'm0z:rMF-@)NX', NULL)

Re: Register - Adjust for DST

Oops! Fixed, thanks smile