Time changed to 14:30
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -349,7 +349,7 @@ class KPAMIListen implements IEventListener | ... | @@ -349,7 +349,7 @@ class KPAMIListen implements IEventListener |
| 349 | } | 349 | } |
| 350 | 350 | ||
| 351 | function isNonWorkingHours() { | 351 | function isNonWorkingHours() { |
| 352 | return (time() < strtotime('03:30:00') || time() > strtotime('13:30:00')); | 352 | return (time() < strtotime('03:30:00') || time() > strtotime('14:30:00')); |
| 353 | } | 353 | } |
| 354 | 354 | ||
| 355 | private function VarSetEvent(EventMessage $event) | 355 | private function VarSetEvent(EventMessage $event) | ... | ... |
-
Please register or sign in to post a comment