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:
shish 2007-07-26 12:14:55 +00:00
parent d166a88e8d
commit 5feb68f23a

View File

@ -13,8 +13,7 @@ function int_escape($input) {
}
function url_escape($input) {
$input = rawurlencode($input);
return $input;
return rawurlencode($input);
}
function sql_escape($input) {