BUG 9495 "La edicion del User modifica el Rol" SOLVED
- Reverted the changes made in "Users.php" - Solved wrong display of information "Country, State or Region, Location" in "View_Edit_Profile" this in IE, all this in "usersAjax.php"
This commit is contained in:
@@ -153,9 +153,9 @@ public function userExists($UsrUid)
|
||||
$aFields['USR_LOCATION']
|
||||
);
|
||||
|
||||
$aFields['USR_COUNTRY_NAME'] = (!empty($aIsoCountry['IC_NAME']))? $aIsoCountry['IC_NAME'] : '';
|
||||
$aFields['USR_CITY_NAME'] = (!empty($aIsoSubdivision['IS_NAME']))? $aIsoSubdivision['IS_NAME'] : '';
|
||||
$aFields['USR_LOCATION_NAME'] = (!empty($aIsoLocation['IL_NAME']))? $aIsoLocation['IL_NAME'] : '';
|
||||
$aFields['USR_COUNTRY_NAME'] = $aIsoCountry['IC_NAME'];
|
||||
$aFields['USR_CITY_NAME'] = $aIsoSubdivision['IS_NAME'];
|
||||
$aFields['USR_LOCATION_NAME'] = $aIsoLocation['IL_NAME'];
|
||||
|
||||
$result = $aFields;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user