Switch some tabs to spaces
This commit is contained in:
@@ -43,10 +43,11 @@ function build_urlarg($vars)
|
||||
//echo "Encoding $key / $value<br>";
|
||||
$arr[] = rawurlencode($key."[]")."=".rawurlencode($value);
|
||||
}
|
||||
}
|
||||
else
|
||||
} else
|
||||
{
|
||||
$arr[] = $key."=".rawurlencode($val);
|
||||
}
|
||||
}
|
||||
return implode("&", $arr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user