2010-10-14 Sergio Martin <sergio.martin@artica.es>
* operation/agentes/exportdata.php: Safe output the autocomplete of magic inputs git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3403 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e2edbcb416
commit
d4cbb02c3e
|
@ -1,3 +1,8 @@
|
|||
2010-10-14 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* operation/agentes/exportdata.php: Safe output the autocomplete
|
||||
of magic inputs
|
||||
|
||||
2010-10-14 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* pandoradb.sql, extras/pandoradb_migrate_v3.1_to_v3.2.sql: added in the
|
||||
|
|
|
@ -41,7 +41,7 @@ if (is_ajax ()) {
|
|||
return;
|
||||
|
||||
foreach ($agents as $agent) {
|
||||
echo $agent['nombre']."|".$agent['direccion']."\n";
|
||||
echo safe_output($agent['nombre'])."|".safe_output($agent['direccion'])."\n";
|
||||
}
|
||||
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue