|
| if (!defined( 'XOOPS_ROOT_PATH')||!is_object( $xoopsModule)) |
|
| $com_id = isset($_GET['com_id']) ? (int)$_GET['com_id'] : 0 |
|
| $com_mode = isset($_GET['com_mode']) ? htmlspecialchars(trim($_GET['com_mode']), ENT_QUOTES) : '' |
|
if($com_mode=='') if(!isset($_GET['com_order'])) | else |
|
| $comment_handler = xoops_getHandler('comment') |
|
| $comment = $comment_handler->get($com_id) |
|
| $dohtml = $comment->getVar('dohtml') |
|
| $dosmiley = $comment->getVar('dosmiley') |
|
| $dobr = $comment->getVar('dobr') |
|
| $doxcode = $comment->getVar('doxcode') |
|
| $com_icon = $comment->getVar('com_icon') |
|
| $com_itemid = $comment->getVar('com_itemid') |
|
| $com_title = $comment->getVar('com_title', 'e') |
|
| $com_text = $comment->getVar('com_text', 'e') |
|
| $com_pid = $comment->getVar('com_pid') |
|
| $com_status = $comment->getVar('com_status') |
|
| $com_rootid = $comment->getVar('com_rootid') |
|
| $com_user = $comment->getVar('com_user') |
|
| $com_email = $comment->getVar('com_email') |
|
| $com_url = $comment->getVar('com_url') |
|