BUG 8423 Fixed in the core, second commit

This commit is contained in:
Julio Cesar Laura
2012-01-31 19:28:50 -04:00
parent 26dca8a9e4
commit 5b9f462000

View File

@@ -694,17 +694,7 @@ class AppCacheView extends BaseAppCacheView {
$configTable = 'APP_CACHE_VIEW';
break;
}
$fieldName = $configTable.'.'.$fieldData['name'];
switch($action) {
case 'sent':
if ($fieldData['name']!='DEL_INDEX'){
$fieldName = $configTable . '.' . $fieldData['name'];
}
break;
default:
$fieldName = $configTable . '.' . $fieldData['name'];
break;
}
$fieldName = $configTable . '.' . $fieldData['name'];
$oCriteria->addSelectColumn ( $fieldName );
}
}