|
XOOPS 2.5.6
Final
|
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 |
| $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.
| $errors = array() |
Definition at line 44 of file changemail.php.
Referenced by PathStuffController\checkPermissions(), XoopsModelWrite\cleanVars(), XoopsSecurity\getErrors(), XoopsMailer\getErrors(), and XoopsMediaUploader\getErrors().
| $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 |
Definition at line 40 of file changemail.php.