htdocs/modules/system/admin/users/main.php
Consider simplifying this complex logical expression. Open
Open
if ($password == $username || $password == icms_core_DataFilter::utf8_strrev($username, TRUE)
|| strripos($password, $username) === TRUE || $password == $login_name
|| $password == icms_core_Datafilter::utf8_strrev($login_name, TRUE)
|| strripos($password, $login_name) === TRUE
) {
Reference to static property security
from undeclared class \icms
Open
Open
redirect_header('admin.php?fct=users', 3, implode('<br />', icms::$security->getErrors()));
- Exclude checks
Variable $url
is undeclared Open
Open
updateUser($uid, $username, $login_name, $name, $url, $email, $user_icq, $user_aim,
- Exclude checks
Variable $email
is undeclared Open
Open
updateUser($uid, $username, $login_name, $name, $url, $email, $user_icq, $user_aim,
- Exclude checks
Variable $user_sig
is undeclared Open
Open
$user_sig, $attachsig, $theme, $password, $pass2, $rank, $bio, $uorder, $umode, $notify_method,
- Exclude checks
Variable $memberslist_id
is undeclared Open
Open
. $memberslist_uname[$memberslist_id[$i]] . "</a>";
- Exclude checks
Variable $username
is undeclared Open
Open
if ($password == $username || $password == icms_core_DataFilter::utf8_strrev($username, TRUE)
- Exclude checks
Variable $login_name
is undeclared Open
Open
|| strripos($password, $username) === TRUE || $password == $login_name
- Exclude checks
Variable $user_aim
is undeclared Open
Open
updateUser($uid, $username, $login_name, $name, $url, $email, $user_icq, $user_aim,
- Exclude checks
Variable $username
is undeclared Open
Open
updateUser($uid, $username, $login_name, $name, $url, $email, $user_icq, $user_aim,
- Exclude checks
Variable $user_mailok
is undeclared Open
Open
$notify_mode, $timezone_offset, $user_mailok, $language,
- Exclude checks
Variable $user_msnm
is undeclared Open
Open
$user_yim, $user_msnm, $user_from, $user_occ, $user_intrest, $user_viewemail, $user_avatar,
- Exclude checks
Variable $notify_mode
is undeclared Open
Open
$notify_mode, $timezone_offset, $user_mailok, $language,
- Exclude checks
Reference to static property security
from undeclared class \icms
Open
Open
redirect_header('admin.php?fct=users', 3, implode('<br />', icms::$security->getErrors()));
- Exclude checks
Variable $memberslist_uname
is undeclared Open
Open
. $memberslist_uname[$memberslist_id[0]] . "</a>";
- Exclude checks
Variable $url
is undeclared Open
Open
$newuser->setVar('url', formatURL($url));
- Exclude checks
Variable $login_name
is undeclared Open
Open
if (!$username || !$email || !$password || !$login_name) {
- Exclude checks
Variable $login_name
is undeclared Open
Open
|| strripos($password, $login_name) === TRUE
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
"UPDATE " . icms::$xoopsDB->prefix('users') . " SET level='1' WHERE uid='". (int) $uid . "'"
- Exclude checks
Call to method __construct
from undeclared class \icms_db_criteria_Item
Open
Open
} elseif ($member_handler->getUserCount(new icms_db_criteria_Item('email', $email)) > 0) {
- Exclude checks
Reference to static property security
from undeclared class \icms
Open
Open
redirect_header('admin.php?fct=users', 3, implode('<br />', icms::$security->getErrors()));
- Exclude checks
Variable $icmsModule
is undeclared Open
Open
if (!is_object(icms::$user) || !is_object($icmsModule) || !icms::$user->isAdmin($icmsModule->getVar('mid'))) {
- Exclude checks
Variable $user_from
is undeclared Open
Open
$user_yim, $user_msnm, $user_from, $user_occ, $user_intrest, $user_viewemail, $user_avatar,
- Exclude checks
Variable $pass2
is undeclared Open
Open
$user_sig, $attachsig, $theme, $password, $pass2, $rank, $bio, $uorder, $umode, $notify_method,
- Exclude checks
Variable $memberslist_id
is undeclared Open
Open
$list = "<a href='" . ICMS_URL . "/userinfo.php?uid=" . $memberslist_id[0] . "' rel='external'>"
- Exclude checks
Call to method __construct
from undeclared class \icms_db_criteria_Item
Open
Open
|| $member_handler->getUserCount(new icms_db_criteria_Item('login_name', $login_name)) > 0
- Exclude checks
Call to method utf8_strrev
from undeclared class \icms_core_DataFilter
Open
Open
if ($password == $username || $password == icms_core_DataFilter::utf8_strrev($username, TRUE)
- Exclude checks
Reference to static property security
from undeclared class \icms
Open
Open
if (!icms::$security->check()) {
- Exclude checks
Reference to static property user
from undeclared class \icms
Open
Open
if (!is_object(icms::$user) || !is_object($icmsModule) || !icms::$user->isAdmin($icmsModule->getVar('mid'))) {
- Exclude checks
Variable $memberslist_id
is undeclared Open
Open
$count = count($memberslist_id);
- Exclude checks
Variable $memberslist_id
is undeclared Open
Open
. $memberslist_uname[$memberslist_id[0]] . "</a>";
- Exclude checks
Call to method handler
from undeclared class \icms
Open
Open
$member_handler = icms::handler('icms_member');
- Exclude checks
Call to method handler
from undeclared class \icms
Open
Open
$member_handler = icms::handler('icms_member');
- Exclude checks
Variable $notify_method
is undeclared Open
Open
$user_sig, $attachsig, $theme, $password, $pass2, $rank, $bio, $uorder, $umode, $notify_method,
- Exclude checks
Variable $pass2
is undeclared Open
Open
if ($pass2 != '') {
- Exclude checks
Call to method handler
from undeclared class \icms
Open
Open
$online_handler = icms::handler('icms_core_Online');
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
$result = icms::$xoopsDB->query(
- Exclude checks
Reference to static property security
from undeclared class \icms
Open
Open
. icms::$security->getTokenHTML()
- Exclude checks
Reference to static property security
from undeclared class \icms
Open
Open
redirect_header('admin.php?fct=users', 3, implode('<br />', icms::$security->getErrors()));
- Exclude checks
Variable $username
is undeclared Open
Open
if (!$username || !$email || !$password || !$login_name) {
- Exclude checks
Variable $password
is undeclared Open
Open
if ($password == $username || $password == icms_core_DataFilter::utf8_strrev($username, TRUE)
- Exclude checks
Variable $password
is undeclared Open
Open
|| $password == icms_core_Datafilter::utf8_strrev($login_name, TRUE)
- Exclude checks
Variable $password
is undeclared Open
Open
|| strripos($password, $login_name) === TRUE
- Exclude checks
Variable $user_icq
is undeclared Open
Open
updateUser($uid, $username, $login_name, $name, $url, $email, $user_icq, $user_aim,
- Exclude checks
Variable $memberslist_id
is undeclared Open
Open
$count = count($memberslist_id);
- Exclude checks
Variable $deluser
is undeclared Open
Open
echo _AM_ADMIN_CAN_NOT_BE_DELETEED . $deluser->getVar('uname');
- Exclude checks
Reference to static property security
from undeclared class \icms
Open
Open
if (!icms::$security->check()) {
- Exclude checks
Call to method encryptPass
from undeclared class \icms_core_Password
Open
Open
$password = $icmspass->encryptPass($password);
- Exclude checks
Variable $rank
is undeclared Open
Open
$user_sig, $attachsig, $theme, $password, $pass2, $rank, $bio, $uorder, $umode, $notify_method,
- Exclude checks
Call to method confirm
from undeclared class \icms_core_Message
Open
Open
icms_core_Message::confirm(array('fct' => 'users',
- Exclude checks
Variable $del_uid
is undeclared Open
Open
xoops_notification_deletebyuser($del_uid);
- Exclude checks
Variable $user_occ
is undeclared Open
Open
$user_yim, $user_msnm, $user_from, $user_occ, $user_intrest, $user_viewemail, $user_avatar,
- Exclude checks
Reference to static property security
from undeclared class \icms
Open
Open
if (!icms::$security->check()) {
- Exclude checks
Variable $email
is undeclared Open
Open
if (!$username || !$email || !$password || !$login_name) {
- Exclude checks
Variable $password
is undeclared Open
Open
|| strripos($password, $username) === TRUE || $password == $login_name
- Exclude checks
Call to method checkVarArray
from undeclared class \icms_core_DataFilter
Open
Open
$clean_POST = icms_core_DataFilter::checkVarArray($_POST, $filter_post, FALSE);
- Exclude checks
Variable $groups_hidden
is undeclared Open
Open
$groups = array_unique(array_merge($groups, $groups_hidden)) ;
- Exclude checks
Variable $user_yim
is undeclared Open
Open
$user_yim, $user_msnm, $user_from, $user_occ, $user_intrest, $user_viewemail, $user_avatar,
- Exclude checks
Variable $bio
is undeclared Open
Open
$user_sig, $attachsig, $theme, $password, $pass2, $rank, $bio, $uorder, $umode, $notify_method,
- Exclude checks
Variable $memberslist_id
is undeclared Open
Open
$hidden = "<input type='hidden' name='memberslist_id[]' value='" . $memberslist_id[0] . "' />\n";
- Exclude checks
Variable $memberslist_id
is undeclared Open
Open
$list .= ", <a href='" . ICMS_URL . "/userinfo.php?uid=" . $memberslist_id[$i] . "' rel='external'>"
- Exclude checks
Reference to static property security
from undeclared class \icms
Open
Open
if (!icms::$security->check()) {
- Exclude checks
Variable $name
is undeclared Open
Open
updateUser($uid, $username, $login_name, $name, $url, $email, $user_icq, $user_aim,
- Exclude checks
Reference to undeclared constant \_NO
Open
Open
. "<input type='button' value='" . _NO
- Exclude checks
Variable $password
is undeclared Open
Open
$user_sig, $attachsig, $theme, $password, $pass2, $rank, $bio, $uorder, $umode, $notify_method,
- Exclude checks
Reference to static property security
from undeclared class \icms
Open
Open
if (!icms::$security->check()) {
- Exclude checks
Variable $uorder
is undeclared Open
Open
$user_sig, $attachsig, $theme, $password, $pass2, $rank, $bio, $uorder, $umode, $notify_method,
- Exclude checks
Variable $password
is undeclared Open
Open
if (!$username || !$email || !$password || !$login_name) {
- Exclude checks
Variable $memberslist_id
is undeclared Open
Open
$hidden .= "<input type='hidden' name='memberslist_id[]' value='" . $memberslist_id[$i] . "' />\n";
- Exclude checks
Call to method handler
from undeclared class \icms
Open
Open
$member_handler = icms::handler('icms_member');
- Exclude checks
Call to method __construct
from undeclared class \icms_db_criteria_Item
Open
Open
if ($member_handler->getUserCount(new icms_db_criteria_Item('uname', $username)) > 0
- Exclude checks
Argument 1 (user)
is int
but \modifyUser()
takes object
defined at /code/htdocs/modules/system/admin/users/users.php:155
Open
Open
modifyUser($uid);
- Exclude checks
Variable $username
is undeclared Open
Open
$adduser_errormsg = _AM_NICKNAME . ' ' . $username . ' ' . _AM_ALREADY_EXISTS;
- Exclude checks
Call to method __construct
from undeclared class \icms_db_criteria_Item
Open
Open
new icms_db_criteria_Item('groupid', "(" . implode(", ", $groups_failed) . ")", 'IN')
- Exclude checks
Variable $password
is undeclared Open
Open
if ($password != $pass2) {
- Exclude checks
Variable $id
is undeclared Open
Open
synchronize($id, $type);
- Exclude checks
Variable $groups_hidden
is undeclared Open
Open
if (@is_array($groups_hidden)) {
- Exclude checks
Variable $user_intrest
is undeclared Open
Open
$user_yim, $user_msnm, $user_from, $user_occ, $user_intrest, $user_viewemail, $user_avatar,
- Exclude checks
Call to method __construct
from undeclared class \icms_core_Password
Open
Open
$icmspass = new icms_core_Password();
- Exclude checks
Variable $timezone_offset
is undeclared Open
Open
$notify_mode, $timezone_offset, $user_mailok, $language,
- Exclude checks
Variable $pass_expired
is undeclared Open
Open
$pass_expired, $groups
- Exclude checks
Call to method checkVarArray
from undeclared class \icms_core_DataFilter
Open
Open
$clean_GET = icms_core_DataFilter::checkVarArray($_GET, $filter_get, FALSE);
- Exclude checks
Variable $memberslist_uname
is undeclared Open
Open
. $memberslist_uname[$memberslist_id[$i]] . "</a>";
- Exclude checks
Variable $login_name
is undeclared Open
Open
updateUser($uid, $username, $login_name, $name, $url, $email, $user_icq, $user_aim,
- Exclude checks
Reference to undeclared constant \_YES
Open
Open
. "<input type='submit' value='" . _YES . "' />"
- Exclude checks
Variable $umode
is undeclared Open
Open
$user_sig, $attachsig, $theme, $password, $pass2, $rank, $bio, $uorder, $umode, $notify_method,
- Exclude checks
Call to method error
from undeclared class \icms_core_Message
Open
Open
icms_core_Message::error($adduser_errormsg);
- Exclude checks
Call to method handler
from undeclared class \icms
Open
Open
$member_handler = icms::handler('icms_member');
- Exclude checks
Reference to static property security
from undeclared class \icms
Open
Open
redirect_header('admin.php?fct=users', 3, implode('<br />', icms::$security->getErrors()));
- Exclude checks
Variable $email
is undeclared Open
Open
$adduser_errormsg = _AM_A_USER_WITH_THIS_EMAIL_ADDRESS . ' "' . $email . '" ' . _AM_ALREADY_EXISTS;
- Exclude checks
Variable $pass2
is undeclared Open
Open
if ($password != $pass2) {
- Exclude checks
Variable $username
is undeclared Open
Open
|| strripos($password, $username) === TRUE || $password == $login_name
- Exclude checks
Call to method utf8_strrev
from undeclared class \icms_core_DataFilter
Open
Open
|| $password == icms_core_Datafilter::utf8_strrev($login_name, TRUE)
- Exclude checks
Variable $type
is undeclared Open
Open
synchronize($id, $type);
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
extract($clean_GET);
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
'user_sig' => 'html',
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" Open
Open
$user_viewemail = NULL;
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" Open
Open
$attachsig = NULL;
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE" Open
Open
|| $password == icms_core_Datafilter::utf8_strrev($login_name, TRUE)
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
'uid' => 'int',
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$clean_POST = icms_core_DataFilter::checkVarArray($_POST, $filter_post, FALSE);
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" Open
Open
$user_avatar = $theme = NULL;
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
extract($clean_POST);
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE" Open
Open
$clean_GET = icms_core_DataFilter::checkVarArray($_GET, $filter_get, FALSE);
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE" Open
Open
|| strripos($password, $username) === TRUE || $password == $login_name
- Exclude checks
Space found before comma in function call Open
Open
redirect_header('admin.php?fct=users&op=modifyUser&uid=' . (int) $uid, 1 , _AM_DBUPDATED);
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
'bio'=> 'html',
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE" Open
Open
$clean_POST = icms_core_DataFilter::checkVarArray($_POST, $filter_post, FALSE);
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$clean_GET = icms_core_DataFilter::checkVarArray($_GET, $filter_get, FALSE);
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE" Open
Open
if ($password == $username || $password == icms_core_DataFilter::utf8_strrev($username, TRUE)
- Exclude checks
TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE" Open
Open
|| strripos($password, $login_name) === TRUE
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
$user_yim, $user_msnm, $user_from, $user_occ, $user_intrest, $user_viewemail, $user_avatar,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
$user_yim, $user_msnm, $user_from, $user_occ, $user_intrest, $user_viewemail, $user_avatar,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
$user_sig, $attachsig, $theme, $password, $pass2, $rank, $bio, $uorder, $umode, $notify_method,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
updateUser($uid, $username, $login_name, $name, $url, $email, $user_icq, $user_aim,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
updateUser($uid, $username, $login_name, $name, $url, $email, $user_icq, $user_aim,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
$user_yim, $user_msnm, $user_from, $user_occ, $user_intrest, $user_viewemail, $user_avatar,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
updateUser($uid, $username, $login_name, $name, $url, $email, $user_icq, $user_aim,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
$user_yim, $user_msnm, $user_from, $user_occ, $user_intrest, $user_viewemail, $user_avatar,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
$user_sig, $attachsig, $theme, $password, $pass2, $rank, $bio, $uorder, $umode, $notify_method,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
$user_sig, $attachsig, $theme, $password, $pass2, $rank, $bio, $uorder, $umode, $notify_method,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
$user_sig, $attachsig, $theme, $password, $pass2, $rank, $bio, $uorder, $umode, $notify_method,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
$user_sig, $attachsig, $theme, $password, $pass2, $rank, $bio, $uorder, $umode, $notify_method,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
$notify_mode, $timezone_offset, $user_mailok, $language,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
$notify_mode, $timezone_offset, $user_mailok, $language,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
$pass_expired, $groups
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
updateUser($uid, $username, $login_name, $name, $url, $email, $user_icq, $user_aim,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
$user_sig, $attachsig, $theme, $password, $pass2, $rank, $bio, $uorder, $umode, $notify_method,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
$notify_mode, $timezone_offset, $user_mailok, $language,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
updateUser($uid, $username, $login_name, $name, $url, $email, $user_icq, $user_aim,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
$user_yim, $user_msnm, $user_from, $user_occ, $user_intrest, $user_viewemail, $user_avatar,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
updateUser($uid, $username, $login_name, $name, $url, $email, $user_icq, $user_aim,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
$user_sig, $attachsig, $theme, $password, $pass2, $rank, $bio, $uorder, $umode, $notify_method,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
$user_yim, $user_msnm, $user_from, $user_occ, $user_intrest, $user_viewemail, $user_avatar,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
updateUser($uid, $username, $login_name, $name, $url, $email, $user_icq, $user_aim,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
$user_sig, $attachsig, $theme, $password, $pass2, $rank, $bio, $uorder, $umode, $notify_method,
- Exclude checks
Only one argument is allowed per line in a multi-line function call Open
Open
$user_sig, $attachsig, $theme, $password, $pass2, $rank, $bio, $uorder, $umode, $notify_method,
- Exclude checks
Inline control structures are not allowed Open
Open
if (isset($_POST['filter_get'])) unset ($_POST['filter_get']);
- Exclude checks
Line indented incorrectly; expected 6 tabs, found 7 Open
Open
}
- Exclude checks
Multi-line function call not indented correctly; expected 32 spaces but found 36 Open
Open
new icms_db_criteria_Item('groupid', "(" . implode(", ", $groups_failed) . ")", 'IN')
- Exclude checks
Multi-line function call not indented correctly; expected 12 spaces but found 16 Open
Open
"UPDATE " . icms::$xoopsDB->prefix('users') . " SET level='1' WHERE uid='". (int) $uid . "'"
- Exclude checks
Multi-line function call not indented correctly; expected 12 spaces but found 20 Open
Open
$user_yim, $user_msnm, $user_from, $user_occ, $user_intrest, $user_viewemail, $user_avatar,
- Exclude checks
Multi-line function call not indented correctly; expected 12 spaces but found 20 Open
Open
$user_sig, $attachsig, $theme, $password, $pass2, $rank, $bio, $uorder, $umode, $notify_method,
- Exclude checks
Multi-line function call not indented correctly; expected 20 spaces but found 24 Open
Open
$deluser->getVar('uname')
- Exclude checks
Line indented incorrectly; expected 5 tabs, found 6 Open
Open
} else {
- Exclude checks
Line indented incorrectly; expected 5 tabs, found 6 Open
Open
if (!isset($_POST['groups'])) {
- Exclude checks
Multi-line function call not indented correctly; expected 20 spaces but found 24 Open
Open
_AM_ADMIN_CAN_NOT_BE_DELETEED . ' (' ._AM_NICKNAME . ': %s)',
- Exclude checks
Multi-line function call not indented correctly; expected 12 spaces but found 20 Open
Open
$pass_expired, $groups
- Exclude checks
Line indented incorrectly; expected 5 tabs, found 6 Open
Open
foreach ($groups as $group) {
- Exclude checks
Line indented incorrectly; expected 6 tabs, found 7 Open
Open
if (!$member_handler->addUserToGroup($group, $newuser->getVar('uid'))) {
- Exclude checks
No space found after comma in function call Open
Open
redirect_header('admin.php?fct=users', 1,_AM_DBUPDATED);
- Exclude checks
Multi-line function call not indented correctly; expected 16 spaces but found 20 Open
Open
) . '<br />';
- Exclude checks
Line indented incorrectly; expected 5 tabs, found 6 Open
Open
}
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
if (isset($_POST['filter_get'])) unset ($_POST['filter_get']);
- Exclude checks
Opening parenthesis of a multi-line function call must be the last content on the line Open
Open
updateUser($uid, $username, $login_name, $name, $url, $email, $user_icq, $user_aim,
- Exclude checks
Newline required after opening brace Open
Open
} else {echo _AM_NOUSERS;}
- Exclude checks
Line indented incorrectly; expected 5 tabs, found 6 Open
Open
}
- Exclude checks
Multi-line function call not indented correctly; expected 12 spaces but found 20 Open
Open
$notify_mode, $timezone_offset, $user_mailok, $language,
- Exclude checks
Line indented incorrectly; expected 5 tabs, found 6 Open
Open
if (!empty($groups_failed)) {
- Exclude checks
Line indented incorrectly; expected 5 tabs, found 6 Open
Open
}
- Exclude checks
Multi-line function call not indented correctly; expected 8 spaces but found 16 Open
Open
);
- Exclude checks
Line indented incorrectly; expected 4 tabs, found 5 Open
Open
}
- Exclude checks
Closing brace must be on a line by itself Open
Open
} else {echo _AM_NOUSERS;}
- Exclude checks
Line indented incorrectly; expected 4 tabs, found 5 Open
Open
if (!$member_handler->insertUser($newuser)) {
- Exclude checks
Line indented incorrectly; expected 4 tabs, found 5 Open
Open
} else {
- Exclude checks
Unexpected spaces found. Open
Open
'user_sig' => 'html',
- Exclude checks
Unexpected spaces found. Open
Open
extract($clean_POST);
- Exclude checks
Unexpected spaces found. Open
Open
'uid' => 'int',
- Exclude checks
Unexpected spaces found. Open
Open
'bio'=> 'html',
- Exclude checks
Unexpected spaces found. Open
Open
extract($clean_GET);
- Exclude checks
Unexpected spaces found. Open
Open
$clean_GET = icms_core_DataFilter::checkVarArray($_GET, $filter_get, FALSE);
- Exclude checks
Unexpected spaces found. Open
Open
$clean_POST = icms_core_DataFilter::checkVarArray($_POST, $filter_post, FALSE);
- Exclude checks