reorg tag stuff
This commit is contained in:
@@ -553,7 +553,7 @@ code from picklist in case I decide to do it later
|
||||
//sounds like it might fuck up when using other languages so...
|
||||
StringBuilder sbTags = new StringBuilder();
|
||||
sbTags.Append("@> array[");
|
||||
List<string> normalizedTags = TagUtil.NormalizeTags(sTags);
|
||||
List<string> normalizedTags = TagBiz.NormalizeTags(sTags);
|
||||
foreach (string s in normalizedTags)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user