diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 45c8b74991..60154f451d 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2010-12-23 Miguel de Dios + + * include/functions.php: cleaned source code style. + 2010-12-23 Miguel de Dios * include/functions_agents.php: fixed when the filter stanby not exist. diff --git a/pandora_console/include/functions.php b/pandora_console/include/functions.php index 5c8718edc1..7a73c9a295 100644 --- a/pandora_console/include/functions.php +++ b/pandora_console/include/functions.php @@ -1172,7 +1172,7 @@ function string2image($string, $width, $height, $fontsize = 3, * @return string SQL code validated (it will return empty if SQL is not ok) **/ -function check_sql ($sql){ +function check_sql ($sql) { // We remove "*" to avoid things like SELECT * FROM tusuario //Check that it not delete_ as "delete_pending" (this is a common field in pandora tables).