CMS  Version 3.9
download_logs.inc File Reference

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)
 

Variable Documentation

◆ $log

if (! $task_id||! $log_entry_id) $log = new ScheduledTaskLogEntry($log_entry_id)

Definition at line 12 of file download_logs.inc.

◆ $log_entry_id

$log_entry_id = checkNumeric($_GET["log_entry_id"])

Definition at line 5 of file download_logs.inc.

◆ $task_id

$task_id = checkNumeric($_GET["task_id"])

Definition at line 4 of file download_logs.inc.

◆ if

if($log->task_id !=$task_id) (   $log->task_id ! = $task_id)

Definition at line 13 of file download_logs.inc.