it is about 5996 bug

This commit is contained in:
Carlos Pacha
2011-02-24 13:52:12 +00:00
parent f9d3613e34
commit d890358457

View File

@@ -562,6 +562,11 @@ class Process extends BaseProcess {
$uids=array();
while( $oDataset->next() ) {
$processes[] = $oDataset->getRow();
$auxData = $oDataset->getRow();
////we are checking if it has the title in some language
if(!is_array($this->lookingLanguageProcess( $auxData['PRO_UID']))){
$this->load($auxData['PRO_UID']);
}
$uids[] = $processes[sizeof($processes)-1]['PRO_UID'];
}