mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-24 22:35:58 +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>';
|
||||
}
|
||||
|
||||
if (empty($time) === true) {
|
||||
$time = date(TIME_FORMAT);
|
||||
}
|
||||
|
||||
// ------------------- INIT HEADER --------------------------------------
|
||||
$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