Revision 1963
Added by darkviper about 11 years ago
save.php | ||
---|---|---|
485 | 485 |
. '(\'default_language\', \''.$default_language.'\'), ' |
486 | 486 |
. '(\'app_name\', \'wb_'.$session_rand.'\'), ' |
487 | 487 |
. '(\'sec_anchor\', \'Sec\'), ' |
488 |
. '(\'server_timezone\', \'UTC\'), ' |
|
488 | 489 |
. '(\'default_timezone\', \''.$default_timezone.'\'), ' |
489 | 490 |
. '(\'default_date_format\', \'Y-m-d\'), ' |
490 | 491 |
. '(\'default_time_format\', \'h:i A\'), ' |
Also available in: Unified diff
adding SERVER_TIMEZONE to table settings
insert date_default_timezone_set( SERVER_TIMEZONE ) into /framework/initialize.php
some little optimations in update-script.php