1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 18:14:26 +02:00

Code cleanup.

This commit is contained in:
lonalore
2016-12-15 15:08:49 +01:00
parent d5f9b9ac5e
commit d03cdda0af
7 changed files with 58 additions and 41 deletions

View File

@@ -4422,7 +4422,7 @@ return;
* Filters/Validates using the PHP5 filter_var() method.
* @param $text
* @param $type string str|int|email|url|w|wds
* @return string | boolean
* @return string | boolean | array
*/
function filter($text, $type='str',$validate=false)
{