summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/classes.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/classes.inc.php')
-rw-r--r--frontends/php/include/classes.inc.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontends/php/include/classes.inc.php b/frontends/php/include/classes.inc.php
index 3616a1d2..1655eea0 100644
--- a/frontends/php/include/classes.inc.php
+++ b/frontends/php/include/classes.inc.php
@@ -498,8 +498,10 @@
$now = time(NULL);
if(isset($this->stime))
{
- $this->to_time=$this->stime+24*3600;
+# $this->to_time=$this->stime+24*3600;
+# $this->from_time=$this->stime;
$this->from_time=$this->stime;
+ $this->to_time=$this->stime+$this->period;
}
else
{