|
@@ -350,6 +350,7 @@ class Journal_v1 extends Core
|
|
|
}
|
|
|
|
|
|
$time = time();
|
|
|
+ /*
|
|
|
if ($this->data['active'] && $time >= $this->data['active']['start'] && $time < $this->data['active']['end']) {
|
|
|
$this->data['active']['status'] = 1;
|
|
|
} else {
|
|
@@ -359,6 +360,7 @@ class Journal_v1 extends Core
|
|
|
if ($time < $this->data['active']['start']) {
|
|
|
$this->data['active']['status'] = 3;
|
|
|
}
|
|
|
+ */
|
|
|
|
|
|
return $this->data;
|
|
|
}
|