Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Questions related to using nuBuilder Forte.
Fike
Posts: 79 Joined: Thu Oct 20, 2011 9:13 pm
Unread post
by Fike » Thu Jan 25, 2018 10:19 pm
I tried changing different time zones in the Setup form but nuBuilder Forte was always displaying Australia/Adelaide time zone
It got fixed by replacing line 26 of nudatabase.php file from
Code: Select all
$rs = nuRunQuery("SeLect * From zzzzsys_setup"); //get setup info from db
to
Code: Select all
$rs = nuRunQuery("SeLect zzzzsys_setup.*, zzzzsys_timezone.stz_timezone AS set_timezone From zzzzsys_setup LEFT JOIN zzzzsys_timezone ON zzzzsys_timezone_id = set_zzzzsys_timezone_id"); //get setup info from db
Hope it helps
Kind regrads
admin
Site Admin
Posts: 2814 Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times
Unread post
by admin » Sat Jan 27, 2018 2:52 am
Fike,
Thanks.
I have added that to the latest build.
Please test it for me.
Steven
Fike
Posts: 79 Joined: Thu Oct 20, 2011 9:13 pm
Unread post
by Fike » Sat Jan 27, 2018 7:24 pm
It's working fine now
Thank's a lot Steven !
admin
Site Admin
Posts: 2814 Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times
Unread post
by admin » Sat Jan 27, 2018 7:27 pm
Fike,
No... Thank you!
Steven