Go to the source code of this file.
Namespaces | |
| namespace | internal_messaging |
Variables | |
| $messageId = isset($_REQUEST['messageId']) ? (int)$_REQUEST['messageId']: NULL | |
| $type = isset($_REQUEST['type']) ? htmlspecialchars($_REQUEST['type']) : NULL | |
| $dialogBox = new DialogBox() | |
| if(!claro_is_user_authenticated()) | $displayConfirmation = FALSE |
| $currentSection = 'inbox' | |
| if(isset($_REQUEST['cmd'])&&in_array($_REQUEST['cmd'], $acceptedCmd)&&$type=="received") | $content = "" |
| $action = array() | |
| $action = array() |
Definition at line 161 of file readmessage.php.
| if ($displayConfirmation) $content = "" |
Definition at line 149 of file readmessage.php.
| $currentSection = 'inbox' |
Definition at line 40 of file readmessage.php.
| $dialogBox = new DialogBox() |
Definition at line 29 of file readmessage.php.
| if (!claro_is_user_authenticated()) $displayConfirmation = FALSE |
Definition at line 39 of file readmessage.php.
| $messageId = isset($_REQUEST['messageId']) ? (int)$_REQUEST['messageId']: NULL |
Definition at line 26 of file readmessage.php.
| $type = isset($_REQUEST['type']) ? htmlspecialchars($_REQUEST['type']) : NULL |
Definition at line 27 of file readmessage.php.
1.6.3