DO NOT DOWNLOAD - GET THE STABLE SOURCE FROM THE DOWNLOADS TAB

Another small update to tags datatype auto complete handler

[TFS Changeset #64433]
This commit is contained in:
starfighter83
2010-03-04 11:45:57 +00:00
parent a438b97be0
commit 8d06c53044

View File

@@ -18,6 +18,7 @@ namespace umbraco.presentation.umbraco.webservices
public void ProcessRequest(HttpContext context)
{
context.Response.ContentType = "text/plain";
int count = 2;
@@ -25,6 +26,7 @@ namespace umbraco.presentation.umbraco.webservices
string group = context.Request.QueryString["group"];
string id = context.Request.QueryString["id"];
string sql;
IRecordsReader rr;