2011-09-01 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/ver_agente.php: fixed the massive deletion alerts with modules with white spaces. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4869 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
71d3a359d3
commit
6f32d37c83
|
@ -1,3 +1,8 @@
|
|||
2011-09-01 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* operation/agentes/ver_agente.php: fixed the massive deletion alerts with
|
||||
modules with white spaces.
|
||||
|
||||
2011-09-01 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/functions_agents.php: changed function strstr() for
|
||||
|
|
|
@ -126,7 +126,7 @@ if (is_ajax ()) {
|
|||
|
||||
$result = array();
|
||||
foreach($nameModules as $nameModule) {
|
||||
$result[] = $nameModule['nombre'];
|
||||
$result[] = io_safe_output($nameModule['nombre']);
|
||||
}
|
||||
|
||||
echo json_encode($result);
|
||||
|
|
Loading…
Reference in New Issue