2010-09-23 Miguel de Dios <miguel.dedios@artica.es>

* operation/events/events.php: fixed the re-include two time the file.
	
	Fixes:  #3073577



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3281 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2010-09-23 09:59:34 +00:00
parent 9935209777
commit 6c026e02c4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2010-09-23 Miguel de Dios <miguel.dedios@artica.es>
* operation/events/events.php: fixed the re-include two time the file.
Fixes: #3073577
2010-09-22 Sancho Lerena <slerena@artica.es>
* pandora_console.spec: Spec for SUSE updated. Version, and some dep

View File

@ -111,7 +111,6 @@ if (is_ajax ()) {
}
if ($get_events_fired) {
require("include/functions_alerts.php");
$id = get_parameter('id_row');
$idGroup = get_parameter('id_group');