BUG 9717 I add attribute USR_STATUS SOLVED

I add attribute USR_STATUS
This commit is contained in:
Brayan Osmar Pereyra Suxo
2012-11-13 10:25:55 -04:00
parent cbef4fd4cb
commit e06a6dda48

View File

@@ -76,7 +76,7 @@ foreach ($_POST['aUsers'] as $sUser) {
$evalValue = $aData[$value['attributeUser']];
$statusValue = 'INACTIVE';
if (is_string($evalValue) && $evalValue == 'ACTIVE') {
if (is_string($evalValue) && G::toUpper($evalValue) == 'ACTIVE') {
$statusValue = 'ACTIVE';
}
if (is_bool($evalValue) && $evalValue == true) {