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

Go to the source code of this file.

Namespaces

namespace  profile
 

Variables

 $config_handler =& xoops_gethandler('config')
 
 $email = @$myts->stripSlashesGPC(trim($_POST['newmail']))
 
 $errors = array()
 
 $GLOBALS ['xoopsConfigUser'] = $config_handler->getConfigsByCat(XOOPS_CONF_USER)
 
 $member_handler =& xoops_gethandler('member')
 
 $pass = @$myts->stripSlashesGPC(trim($_POST['passwd']))
 
 $xoBreadcrumbs [] = array('title' => _PROFILE_MA_CHANGEMAIL)
 
 $xoopsOption ['pagetype'] = "user"
 
if(!$GLOBALS['xoopsUser']||$GLOBALS['xoopsConfigUser']['allow_chgmail']!=1) $xoopsOption ['template_main'] = 'profile_email.html'
 
if(!isset($_POST['submit'])||!isset($_POST['passwd'])) else
 

Variable Documentation

$config_handler =& xoops_gethandler('config')

Definition at line 22 of file changemail.php.

$email = @$myts->stripSlashesGPC(trim($_POST['newmail']))

Definition at line 43 of file changemail.php.

$GLOBALS['xoopsConfigUser'] = $config_handler->getConfigsByCat(XOOPS_CONF_USER)

Definition at line 23 of file changemail.php.

$member_handler =& xoops_gethandler('member')

Definition at line 58 of file changemail.php.

$pass = @$myts->stripSlashesGPC(trim($_POST['passwd']))

Definition at line 42 of file changemail.php.

$xoBreadcrumbs[] = array('title' => _PROFILE_MA_CHANGEMAIL)

Definition at line 84 of file changemail.php.

$xoopsOption['pagetype'] = "user"

Definition at line 20 of file changemail.php.

if (!$GLOBALS['xoopsUser']||$GLOBALS['xoopsConfigUser']['allow_chgmail']!=1) $xoopsOption['template_main'] = 'profile_email.html'

Definition at line 29 of file changemail.php.

if ($member_handler->insertUser($GLOBALS['xoopsUser'])) else
Initial value:

Definition at line 40 of file changemail.php.