improved the format of the attachment pointer

This commit is contained in:
SJ
2011-12-06 11:29:36 +01:00
parent 67b6b44839
commit b8e321fc9d
3 changed files with 21 additions and 3 deletions

View File

@ -50,7 +50,9 @@ source tag
sql_pass = sphinx
sql_query_pre = SET NAMES utf8
sql_query = SELECT id, `tag` FROM `tag`
sql_query = SELECT id, `uid`, `tag` FROM `tag`
sql_attr_uint = uid
}