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:
Victor Saisa Lopez
2012-08-09 17:09:47 -04:00
parent da2d0a04aa
commit 95f8019f9d
2 changed files with 7 additions and 3 deletions

View File

@@ -483,6 +483,10 @@ switch($_POST['action'])
$aFields['CASES_MENUSELECTED_NAME'] = $casesMenuSelected;
$aFields['USR_COUNTRY_NAME'] = (!empty($aFields['USR_COUNTRY_NAME']))? $aFields['USR_COUNTRY_NAME'] : '';
$aFields['USR_CITY_NAME'] = (!empty($aFields['USR_CITY_NAME']))? $aFields['USR_CITY_NAME'] : '';
$aFields['USR_LOCATION_NAME'] = (!empty($aFields['USR_LOCATION_NAME']))? $aFields['USR_LOCATION_NAME'] : '';
$result->success = true;
$result->user = $aFields;