|
XOOPS
2.6.0
|
Go to the source code of this file.
Namespaces | |
| core | |
Variables | |
| $msg_id = isset($_GET['msg_id']) ? intval($_GET['msg_id']) : 0 | |
| $myts = MyTextSanitizer::getInstance() | |
| $pm_uname = '' | |
| $reply = !empty($_GET['reply']) ? 1 : 0 | |
| $send = !empty($_GET['send']) ? 1 : 0 | |
| $send2 = !empty($_GET['send2']) ? 1 : 0 | |
| $sendmod = !empty($_POST['sendmod']) ? 1 : 0 | |
| $to_userid = isset($_GET['to_userid']) ? intval($_GET['to_userid']) : 0 | |
| $xoops = Xoops::getInstance() | |
| $xoops_url = \XoopsBaseConfig::get('url') | |
| if(isset($_POST['op'])&&$_POST['op']=="submit") | else |
| $msg_id = isset($_GET['msg_id']) ? intval($_GET['msg_id']) : 0 |
Definition at line 32 of file pmlite.php.
| $myts = MyTextSanitizer::getInstance() |
Definition at line 57 of file pmlite.php.
| $pm_uname = '' |
Definition at line 101 of file pmlite.php.
| $reply = !empty($_GET['reply']) ? 1 : 0 |
Definition at line 27 of file pmlite.php.
Referenced by Comments\displayReply().
| $send = !empty($_GET['send']) ? 1 : 0 |
Definition at line 28 of file pmlite.php.
| $send2 = !empty($_GET['send2']) ? 1 : 0 |
Definition at line 29 of file pmlite.php.
| $sendmod = !empty($_POST['sendmod']) ? 1 : 0 |
Definition at line 30 of file pmlite.php.
| $to_userid = isset($_GET['to_userid']) ? intval($_GET['to_userid']) : 0 |
Definition at line 31 of file pmlite.php.
| $xoops = Xoops::getInstance() |
Definition at line 23 of file pmlite.php.
| $xoops_url = \XoopsBaseConfig::get('url') |
Definition at line 24 of file pmlite.php.
| if (isset($_POST['op'])&&$_POST['op']=="submit") else |
Definition at line 99 of file pmlite.php.