Switch some tabs to spaces

This commit is contained in:
Chris Morgan
2007-06-11 00:04:29 +00:00
committed by WineHQ
parent 0838b838a3
commit 1ec57548c5

View File

@@ -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);
}