XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
comment_post.php File Reference

Go to the source code of this file.

Namespaces

namespace  kernel
 

Variables

 $com_email = ''
 
 $com_modid = $xoopsModule->getVar('mid')
 
 $com_url = ''
 
 $com_user = ''
 
if(XOOPS_COMMENT_APPROVENONE==$xoopsModuleConfig['com_rule']) $comment_config = $xoopsModule->getInfo('comments')
 
 $comment_url = $redirect_page
 
 $error_message = ''
 
 $moddir = $xoopsModule->getVar('dirname')
 
 $op = ''
 
 $redirect_page = $comment_config['pageName'] . '?'
 
if('system'==$xoopsModule->
getVar('dirname')) 
else
 

Variable Documentation

$com_email = ''

Definition at line 63 of file comment_post.php.

$com_modid = $xoopsModule->getVar('mid')

Definition at line 46 of file comment_post.php.

$com_url = ''

Definition at line 64 of file comment_post.php.

$com_user = ''

Definition at line 62 of file comment_post.php.

if (XOOPS_COMMENT_APPROVENONE==$xoopsModuleConfig['com_rule']) $comment_config = $xoopsModule->getInfo('comments')

Definition at line 45 of file comment_post.php.

Referenced by b_system_comments_show().

$comment_url = $redirect_page

Definition at line 56 of file comment_post.php.

$error_message = ''

Definition at line 61 of file comment_post.php.

$moddir = $xoopsModule->getVar('dirname')

Definition at line 57 of file comment_post.php.

$op = ''

Definition at line 60 of file comment_post.php.

if (isset($comment_config['extraParams'])&&is_array($comment_config['extraParams'])) $redirect_page = $comment_config['pageName'] . '?'

Definition at line 47 of file comment_post.php.

if (!empty($_POST)) else
Initial value:
{
$com_id = isset($_POST['com_id']) ? intval($_POST['com_id']) : 0

Definition at line 40 of file comment_post.php.