Merge branch '1916-Fallo-SQL-al-buscar-coma-simple' into 'develop'
Fixed SQL error on unscaped parameter See merge request artica/pandorafms!1298
This commit is contained in:
commit
71ac83466f
|
@ -301,7 +301,7 @@ $tag_without = json_decode($tag_without_json_clean, true);
|
|||
if (empty($tag_without)) $tag_without = array();
|
||||
$tag_without = array_diff($tag_without, array(0 => 0));
|
||||
|
||||
$search = io_safe_output(get_parameter ("search"));
|
||||
$search = get_parameter ("search");
|
||||
|
||||
users_get_groups ($config["id_user"], "ER");
|
||||
|
||||
|
|
Loading…
Reference in New Issue