2010-12-23 Miguel de Dios <miguel.dedios@artica.es>
* include/functions.php: cleaned source code style. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3704 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
ba0fd5340b
commit
376b6ea3e6
|
@ -1,3 +1,7 @@
|
|||
2010-12-23 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions.php: cleaned source code style.
|
||||
|
||||
2010-12-23 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_agents.php: fixed when the filter stanby not exist.
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue