mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
2009-09-11 Miguel de Dios <miguel.dedios@artica.es>
* operation/events/events.php: change the order to include and write "<script>" in file for don't affect to ajax requests. Fixes: 2848523 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1934 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
ab8e4f75f1
commit
7cddfea944
@ -1,3 +1,9 @@
|
|||||||
|
2009-09-11 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* operation/events/events.php: change the order to include and write
|
||||||
|
"<script>" in file for don't affect to ajax requests.
|
||||||
|
Fixes: 2848523
|
||||||
|
|
||||||
2009-09-11 Miguel de Dios <miguel.dedios@artica.es>
|
2009-09-11 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* godmode/agentes/configurar_agente.php: fix bug for character "`" in
|
* godmode/agentes/configurar_agente.php: fix bug for character "`" in
|
||||||
|
@ -17,9 +17,6 @@
|
|||||||
// Load global vars
|
// Load global vars
|
||||||
require_once ("include/config.php");
|
require_once ("include/config.php");
|
||||||
require_once ("include/functions_events.php"); //Event processing functions
|
require_once ("include/functions_events.php"); //Event processing functions
|
||||||
if ($config['flash_charts']) {
|
|
||||||
require_once ("include/fgraph.php");
|
|
||||||
}
|
|
||||||
|
|
||||||
check_login ();
|
check_login ();
|
||||||
|
|
||||||
@ -92,6 +89,10 @@ if (is_ajax ()) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($config['flash_charts']) {
|
||||||
|
require_once ("include/fgraph.php");
|
||||||
|
}
|
||||||
|
|
||||||
$offset = (int) get_parameter ("offset", 0);
|
$offset = (int) get_parameter ("offset", 0);
|
||||||
$ev_group = (int) get_parameter ("ev_group", 1); //1 = all
|
$ev_group = (int) get_parameter ("ev_group", 1); //1 = all
|
||||||
$search = preg_replace ("/&([A-Za-z]{0,4}\w{2,3};|#[0-9]{2,3};)/", "%", rawurldecode (get_parameter ("search")));
|
$search = preg_replace ("/&([A-Za-z]{0,4}\w{2,3};|#[0-9]{2,3};)/", "%", rawurldecode (get_parameter ("search")));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user