minor tidy while doing other things that eventually got removed again
git-svn-id: file:///home/shish/svn/shimmie2/trunk@369 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
d166a88e8d
commit
5feb68f23a
@ -13,8 +13,7 @@ function int_escape($input) {
|
||||
}
|
||||
|
||||
function url_escape($input) {
|
||||
$input = rawurlencode($input);
|
||||
return $input;
|
||||
return rawurlencode($input);
|
||||
}
|
||||
|
||||
function sql_escape($input) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user