|
XOOPS
2.6.0
|
Go to the source code of this file.
Namespaces | |
| core | |
Variables | |
| $criteria = new Criteria('to_userid', $xoops->user->getVar('uid')) | |
| $msg_no = 0 | |
| $pm_arr = $pm_handler->getObjects($criteria) | |
| $total_messages = count($pm_arr) | |
| $xoops = Xoops::getInstance() | |
| if(!$xoops->isUser()) | else |
| $criteria = new Criteria('to_userid', $xoops->user->getVar('uid')) |
Definition at line 66 of file viewpmsg.php.
| $msg_no = 0 |
Definition at line 75 of file viewpmsg.php.
| $pm_arr = $pm_handler->getObjects($criteria) |
Definition at line 69 of file viewpmsg.php.
| $total_messages = count($pm_arr) |
Definition at line 70 of file viewpmsg.php.
| $xoops = Xoops::getInstance() |
Definition at line 24 of file viewpmsg.php.
| if (!$xoops->isUser()) else |
Definition at line 31 of file viewpmsg.php.