mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 23:35:02 +02:00
#13552 Fixed time
This commit is contained in:
parent
b12a9bfbad
commit
f26499152d
@ -94,6 +94,9 @@ if (empty($schedule_report) === false) {
|
|||||||
echo '<br>';
|
echo '<br>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (empty($time) === true) {
|
||||||
|
$time = date(TIME_FORMAT);
|
||||||
|
}
|
||||||
|
|
||||||
// ------------------- INIT HEADER --------------------------------------
|
// ------------------- INIT HEADER --------------------------------------
|
||||||
$url = "index.php?sec=reporting&sec2=operation/reporting/reporting_viewer&id=$id_report&date=$date&time=$time&pure=$pure";
|
$url = "index.php?sec=reporting&sec2=operation/reporting/reporting_viewer&id=$id_report&date=$date&time=$time&pure=$pure";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user