2011-10-13 Sergio Martin <sergio.martin@artica.es>
* operation/events/events_list.php: Fixed events view sql error to no admin users for bug 3422861 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5063 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
90d3b6d840
commit
74a5c3be70
|
@ -1,3 +1,8 @@
|
||||||
|
2011-10-13 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
|
* operation/events/events_list.php: Fixed events view sql
|
||||||
|
error to no admin users for bug 3422861
|
||||||
|
|
||||||
2011-10-11 Dario Rodriguez <dario.rodriguez@artica.es>
|
2011-10-11 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||||
|
|
||||||
* images/vmware.png: Added forgotten file.
|
* images/vmware.png: Added forgotten file.
|
||||||
|
|
|
@ -68,6 +68,8 @@ else {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$groups = users_get_groups($config['id_user'], 'IR');
|
||||||
|
|
||||||
//Group selection
|
//Group selection
|
||||||
if ($ev_group > 0 && in_array ($ev_group, array_keys ($groups))) {
|
if ($ev_group > 0 && in_array ($ev_group, array_keys ($groups))) {
|
||||||
//If a group is selected and it's in the groups allowed
|
//If a group is selected and it's in the groups allowed
|
||||||
|
|
Loading…
Reference in New Issue