mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
2010-10-13 Sergio Martin <sergio.martin@artica.es>
* operation/agentes/ver_agente.php: Fixed a SQL query with safe_output function git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3391 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
2f30a24b49
commit
aa653d935a
@ -1,3 +1,8 @@
|
|||||||
|
2010-10-13 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
|
* operation/agentes/ver_agente.php: Fixed a SQL
|
||||||
|
query with safe_output function
|
||||||
|
|
||||||
2010-10-13 Sergio Martin <sergio.martin@artica.es>
|
2010-10-13 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* include/functions_db.php: Fixed a SQL query with
|
* include/functions_db.php: Fixed a SQL query with
|
||||||
|
@ -120,7 +120,7 @@ if (is_ajax ()) {
|
|||||||
|
|
||||||
if ($get_agent_modules_json) {
|
if ($get_agent_modules_json) {
|
||||||
$id_agent = (int) get_parameter ('id_agent');
|
$id_agent = (int) get_parameter ('id_agent');
|
||||||
$filter = (string) get_parameter ('filter');
|
$filter = safe_output((string) get_parameter ('filter'));
|
||||||
$fields = (string) get_parameter ('fields');
|
$fields = (string) get_parameter ('fields');
|
||||||
$indexed = (bool) get_parameter ('indexed', true);
|
$indexed = (bool) get_parameter ('indexed', true);
|
||||||
$agentName = (string) get_parameter ('agent_name', null);
|
$agentName = (string) get_parameter ('agent_name', null);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user