BUG 8803 warnings y notice al asignar grupos cuando no existen grupos SOLVED
- warnings y notice al asignar usuarios a una tarea cuando no existen grupos creados - se valido la respuesta de grupos vacios.
This commit is contained in:
@@ -329,7 +329,8 @@ class Groupwf extends BaseGroupwf {
|
|||||||
$oDataset->setFetchmode ( ResultSet::FETCHMODE_ASSOC );
|
$oDataset->setFetchmode ( ResultSet::FETCHMODE_ASSOC );
|
||||||
$processes = Array();
|
$processes = Array();
|
||||||
$uids=array();
|
$uids=array();
|
||||||
|
$groups = array();
|
||||||
|
$aGroups = array();
|
||||||
while( $oDataset->next() ) {
|
while( $oDataset->next() ) {
|
||||||
$groups[] = $oDataset->getRow();
|
$groups[] = $oDataset->getRow();
|
||||||
$uids[] = $groups[sizeof($groups)-1]['GRP_UID'];
|
$uids[] = $groups[sizeof($groups)-1]['GRP_UID'];
|
||||||
|
|||||||
Reference in New Issue
Block a user