worked on process permission form. editing part of DB connection form

This commit is contained in:
safan
2010-12-23 14:39:11 +00:00
parent ee8a64bdfe
commit 550042e5e1
3 changed files with 133 additions and 52 deletions

View File

@@ -5510,7 +5510,7 @@ class processMap {
$oDataset->setFetchmode(ResultSet::FETCHMODE_ASSOC);
$oDataset->next();
while ($aRow = $oDataset->getRow()) {
$aAllTasks [] = array('UID' => 'TASKS|' . $aRow ['TAS_UID'], 'LABEL' => $aRow ['CON_VALUE']);
$aAllTasks [] = array('UID' => $aRow ['TAS_UID'], 'LABEL' => $aRow ['CON_VALUE']);
$oDataset->next();
}
$aUsersGroups = array();