Se arregla code style para CASES

This commit is contained in:
Daniel Rojas
2014-05-13 16:17:25 -04:00
parent 3e64fd5a2e
commit 3f371e66a0

View File

@@ -370,9 +370,9 @@ class Cases
} catch (\InvalidIndexSearchTextException $e) { } catch (\InvalidIndexSearchTextException $e) {
$arrayData = array(); $arrayData = array();
$arrayData[] = array ("app_uid" => $e->getMessage(), $arrayData[] = array ("app_uid" => $e->getMessage(),
"app_name" => $e->getMessage(), "app_name" => $e->getMessage(),
"del_index" => $e->getMessage(), "del_index" => $e->getMessage(),
"pro_uid" => $e->getMessage()); "pro_uid" => $e->getMessage());
throw (new \Exception($arrayData)); throw (new \Exception($arrayData));
} }
} else { } else {
@@ -495,8 +495,8 @@ class Cases
$oDataset->next(); $oDataset->next();
while ($aRow = $oDataset->getRow()) { while ($aRow = $oDataset->getRow()) {
$result = array ('tas_uid' => $aRow['TAS_UID'], $result = array ('tas_uid' => $aRow['TAS_UID'],
'tas_title' => $aRow['TAS_TITLE'], 'tas_title' => $aRow['TAS_TITLE'],
'del_index' => $aRow['DEL_INDEX']); 'del_index' => $aRow['DEL_INDEX']);
$oDataset->next(); $oDataset->next();
} }
//Return //Return