Automatic refresh no longer changes day
Brought to you by:
jberanek
[Transferred from https://sourceforge.net/p/mrbs/support-requests/685/]
MRBS version 1.4.3 day.php changed on the day at midnight, the current version with the change of mrbs_auth.inc, day.php update is the page in the current day, but does not change dates at 00.00 .... you can solve this bug? thank you (in our small university, there are screens near the front door, they serve to indicate the classrooms and the daily lessons, must therefore necessarily auto update yourself otherwise it is a problem.)
The easiest thing to do to get this working how it used to is to disable JavaScript in the browser and then make sure that in the address bar you do not specify the day, month or year. So just have
.../day.php
or .../day.php&area=1
That is a very simple for you to do that would make it keep to the current day.
However I wonder if there is a requirement in cases like yours for new views, let's call them 'today', 'this_week' and 'this_month' that just show the current bookings but without all the navigation?