Add another validation related to the laels for the usesrs status

This commit is contained in:
Julio Cesar Laura
2012-09-13 10:36:02 -04:00
parent a573db76ae
commit 52f5100416
2 changed files with 2 additions and 3 deletions

View File

@@ -406,7 +406,6 @@ switch($_POST['action'])
$_SESSION['CURRENT_USER'] = $_POST['USR_UID'];
$oUser = new Users();
$aFields = $oUser->loadDetailed($_POST['USR_UID']);
$aFields['USR_STATUS'] = G::LoadTranslation('ID_' . $aFields['USR_STATUS']);
//Load Calendar options and falue for this user
G::LoadClass ( 'calendar' );