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

Go to the source code of this file.

Namespaces

namespace  pm
 

Variables

 $msg_id = isset($_GET['msg_id']) ? intval($_GET['msg_id']) : 0
 
 $myts =& MyTextSanitizer::getInstance()
 
 $reply = !empty($_GET['reply']) ? 1 : 0
 
 $send = !empty($_GET['send']) ? 1 : 0
 
 $send2 = !empty($_GET['send2']) ? 1 : 0
 
 $sendmod = !empty($_POST['sendmod']) ? 1 : 0
 
 $to_userid = isset($_GET['to_userid']) ? intval($_GET['to_userid']) : 0
 
if(!defined('XOOPS_MAINFILE_INCLUDED')) else
 

Variable Documentation

$msg_id = isset($_GET['msg_id']) ? intval($_GET['msg_id']) : 0

Definition at line 33 of file pmlite.php.

Referenced by XoopsPrivmessageHandler\insert().

Definition at line 55 of file pmlite.php.

$reply = !empty($_GET['reply']) ? 1 : 0

Definition at line 28 of file pmlite.php.

$send = !empty($_GET['send']) ? 1 : 0

Definition at line 29 of file pmlite.php.

$send2 = !empty($_GET['send2']) ? 1 : 0

Definition at line 30 of file pmlite.php.

$sendmod = !empty($_POST['sendmod']) ? 1 : 0

Definition at line 31 of file pmlite.php.

$to_userid = isset($_GET['to_userid']) ? intval($_GET['to_userid']) : 0

Definition at line 32 of file pmlite.php.

Referenced by XoopsPrivmessageHandler\insert().

if (!defined('XOOPS_MAINFILE_INCLUDED')) else
Initial value:
{
chdir(XOOPS_ROOT_PATH . '/modules/pm/')

Definition at line 23 of file pmlite.php.