1
This commit is contained in:
parent
b139249b53
commit
9eafc7ed32
@ -653,6 +653,9 @@ class ActivityController{
|
|||||||
$day = 1;
|
$day = 1;
|
||||||
if ($type == 1 && phpcommon\extractChannel($accountid) == 6006) {
|
if ($type == 1 && phpcommon\extractChannel($accountid) == 6006) {
|
||||||
$day = date('w', time());
|
$day = date('w', time());
|
||||||
|
if ($day == 0) {
|
||||||
|
$day = 7;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
for ($i = 1; $i <= count($g_conf_lot_cluster); $i++) {
|
for ($i = 1; $i <= count($g_conf_lot_cluster); $i++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user