2010-09-24 Miguel de Dios <miguel.dedios@artica.es>
* operation/events/events.php: fixed the lost $url var, recovered from the last version of SVN. Fixes: #3071767 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3288 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
b9b075ace2
commit
22410dbebd
|
@ -1,3 +1,10 @@
|
|||
2010-09-24 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* operation/events/events.php: fixed the lost $url var, recovered from the
|
||||
last version of SVN.
|
||||
|
||||
Fixes: #3071767
|
||||
|
||||
2010-09-23 Raúl Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* extensions/users_connected.php: Show text to admin if no other
|
||||
|
|
|
@ -174,6 +174,14 @@ $groups = get_user_groups ($config["id_user"], "IR");
|
|||
|
||||
$ids = (array) get_parameter ("eventid", -1);
|
||||
|
||||
$url = "index.php?sec=eventos&sec2=operation/events/events&search=" .
|
||||
rawurlencode($search) . "&event_type=" . $event_type .
|
||||
"&severity=" . $severity . "&status=" . $status . "&ev_group=" .
|
||||
$ev_group . "&refr=" . $config["refr"] . "&id_agent=" .
|
||||
$id_agent . "&id_event=" . $id_event . "&pagination=" .
|
||||
$pagination . "&group_rep=" . $group_rep . "&event_view_hr=" .
|
||||
$event_view_hr . "&id_user_ack=" . $id_user_ack;
|
||||
|
||||
// Header
|
||||
if ($config["pure"] == 0) {
|
||||
$buttons = array(
|
||||
|
|
Loading…
Reference in New Issue