XOOPS
2.6.0
|
Go to the source code of this file.
Namespaces | |
core | |
Variables | |
$id = Request::getInt('msg_id', 0) | |
if(!$xoops->isUser()) | $op = Request::getCmd('op', 'list') |
$pm_handler = $xoops->getHandlerPrivmessage() | |
$start = Request::getInt('start', 0) | |
$total_messages = Request::getInt('total_messages', 0) | |
$xoops = Xoops::getInstance() | |
$id = Request::getInt('msg_id', 0) |
Definition at line 33 of file readpmsg.php.
if (!$xoops->isUser()) $op = Request::getCmd('op', 'list') |
Definition at line 32 of file readpmsg.php.
$pm_handler = $xoops->getHandlerPrivmessage() |
Definition at line 37 of file readpmsg.php.
Referenced by b_system_user_show(), MenusDefaultDecorator\getExtraValue(), XoopsMailer\sendPM(), and smarty_function_xoInboxCount().
$start = Request::getInt('start', 0) |
Definition at line 34 of file readpmsg.php.
$total_messages = Request::getInt('total_messages', 0) |
Definition at line 35 of file readpmsg.php.
$xoops = Xoops::getInstance() |
Definition at line 25 of file readpmsg.php.