|
XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
| namespace | kernel |
Variables | |
| $accesserror = false | |
| $com_id = isset($_GET['com_id']) ? intval($_GET['com_id']) : 0 | |
| $com_modid = $xoopsModule->getVar('mid') | |
| $com_order = isset($_GET['com_order']) ? intval($_GET['com_order']) : XOOPS_COMMENT_OLD1ST | |
| $comment_confirm_extra = array() | |
| $moddir = $xoopsModule->getVar('dirname') | |
| $op = 'delete' | |
| $redirect_page = $comment_config['pageName'] . '?' | |
| if(!empty($_POST)) | else |
| if (!defined('XOOPS_ROOT_PATH')||!is_object($xoopsModule)) | |
| $accesserror = false |
Definition at line 76 of file comment_delete.php.
| $com_id = isset($_GET['com_id']) ? intval($_GET['com_id']) : 0 |
Definition at line 35 of file comment_delete.php.
Referenced by XoopsCommentHandler\insert().
| $com_modid = $xoopsModule->getVar('mid') |
Definition at line 54 of file comment_delete.php.
Referenced by XoopsCommentHandler\insert().
| $com_order = isset($_GET['com_order']) ? intval($_GET['com_order']) : XOOPS_COMMENT_OLD1ST |
Definition at line 34 of file comment_delete.php.
| $comment_confirm_extra = array() |
Definition at line 56 of file comment_delete.php.
| $moddir = $xoopsModule->getVar('dirname') |
Definition at line 73 of file comment_delete.php.
Referenced by XoopsGuiZetadigme\header(), and XoopsGuiDefault\header().
| $op = 'delete' |
Definition at line 26 of file comment_delete.php.
| if (isset($comment_config['extraParams'])&&is_array($comment_config['extraParams'])) $redirect_page = $comment_config['pageName'] . '?' |
Definition at line 55 of file comment_delete.php.
| if (!is_object($xoopsUser)) else |
Definition at line 32 of file comment_delete.php.
| if(!defined('XOOPS_ROOT_PATH')||!is_object($xoopsModule)) |
Definition at line 20 of file comment_delete.php.