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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user