![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$task_id = checkNumeric($_GET["task_id"]) | |
$log_entry_id = checkNumeric($_GET["log_entry_id"]) | |
if(! $task_id||! $log_entry_id) | $log = new ScheduledTaskLogEntry($log_entry_id) |
if ( $log->task_id !=$task_id) | |
if (! $task_id||! $log_entry_id) $log = new ScheduledTaskLogEntry($log_entry_id) |
Definition at line 12 of file download_logs.inc.
$log_entry_id = checkNumeric($_GET["log_entry_id"]) |
Definition at line 5 of file download_logs.inc.
$task_id = checkNumeric($_GET["task_id"]) |
Definition at line 4 of file download_logs.inc.
if($log->task_id !=$task_id) | ( | $log->task_id ! = $task_id | ) |
Definition at line 13 of file download_logs.inc.