2013-04-10 Miguel de Dios <miguel.dedios@artica.es>
* mobile/operation/groups.php: changed the call to get groups to new function. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7953 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
826cfdaf8c
commit
9c1dbf853d
|
@ -1,3 +1,8 @@
|
|||
2013-04-10 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* mobile/operation/groups.php: changed the call to get groups to
|
||||
new function.
|
||||
|
||||
2013-04-10 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* D operation/agentes/estado_ultimopaquete.php
|
||||
|
|
|
@ -160,7 +160,7 @@ class Groups {
|
|||
|
||||
// For each valid group for this user, take data from agent and modules
|
||||
foreach ($groups as $id_group => $group) {
|
||||
$rows = groups_get_group_row($id_group, $groups, $group, $printed_groups, false);
|
||||
$rows = groups_get_group_row_data($id_group, $groups, $group, $printed_groups);
|
||||
|
||||
if (!empty($rows))
|
||||
$return = array_merge($return, $rows);
|
||||
|
|
Loading…
Reference in New Issue