2012-02-24 Miguel de Dios <miguel.dedios@artica.es>

* include/functions.php: clean source style. 



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5645 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2012-02-24 13:37:53 +00:00
parent a6c6237381
commit 29350a4a0a
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-02-24 Miguel de Dios <miguel.dedios@artica.es>
* include/functions.php: clean source style.
2012-02-24 Vanessa Gil <vanessa.gil@artica.es>
* include/functions_reporting.php

View File

@ -110,6 +110,7 @@ function safe_int ($value, $min = false, $max = false) {
return false;
}
}
return $value;
}