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:
parent
a6c6237381
commit
29350a4a0a
|
@ -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
|
||||
|
|
|
@ -110,6 +110,7 @@ function safe_int ($value, $min = false, $max = false) {
|
|||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
return $value;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue