CMS  Version 3.9
email_log_message.inc File Reference

Go to the source code of this file.

Variables

if(!checkRole("admin")) $email_log_id = checkNumeric($_GET["email_log_id"])
 
if(! $email_log_id) $msg = new EmailLog($email_log_id)
 

Variable Documentation

◆ $email_log_id

if (!checkRole("admin")) $email_log_id = checkNumeric($_GET["email_log_id"])

Definition at line 9 of file email_log_message.inc.

◆ $msg

if (! $email_log_id) $msg = new EmailLog($email_log_id)

Definition at line 16 of file email_log_message.inc.