Fix bug 6591, Adjustments to the list of 'Process Permissions'

This commit is contained in:
hector
2011-03-29 12:10:08 -04:00
parent 6ee045ae0b
commit 8a8a83bed1

View File

@@ -3247,6 +3247,10 @@ class processMap {
$sObject = G::LoadTranslation('ID_ALL'); $sObject = G::LoadTranslation('ID_ALL');
} }
break; break;
default :
$sObjectType = G::LoadTranslation('ID_ALL');
$sObject = G::LoadTranslation('ID_ALL');
break;
} }
//Participated //Participated
if ($aRow ['OP_PARTICIPATE'] == 0) { if ($aRow ['OP_PARTICIPATE'] == 0) {