Re: [MRBS-general] $morningstarts and $eveningends no function in config.inc.php
Brought to you by:
jberanek
|
From: Campbell M. <cam...@gm...> - 2011-03-28 06:38:44
|
$morningstarts etc. can be set on a per-area basis. The values in the config file are the default settings for new areas. If you already have an area, then you need to edit the settings for that area by going to “Rooms” then editing the area.
Campbell
From: net Dorabb [mailto:do...@gm...]
Sent: 28 March 2011 03:09
To: mrb...@li...
Subject: [MRBS-general] $morningstarts and $eveningends no function in config.inc.php
Dear Sir
I set like below in config.inc.php but no function.
$morningstarts and $eveningends no function in config.inc.php.
MRBS 1.4.6
MySQL 5.0.51b-community-nt-log
Windows NT 6.1 build 7600
// The beginning of the first slot of the day
$morningstarts = 7; // must be integer in range 0-23
$morningstarts_minutes = 0; // must be integer in range 0-59
// The beginning of the last slot of the day
$eveningends = 19; // must be integer in range 0-23
$eveningends_minutes = 0; // must be integer in range 0-59
|