only add index flag if DB_GIN_TRGM is set

This commit is contained in:
j 2012-03-27 13:26:51 +02:00
commit 577afd682e
3 changed files with 3 additions and 2 deletions

View file

@ -183,6 +183,7 @@ ITEM_POSTER = join(SCRIPT_ROOT, 'poster')
ITEM_ICON = join(SCRIPT_ROOT, 'item_icon')
LIST_ICON = join(SCRIPT_ROOT, 'list_icon')
DB_GIN_TRGM = False
#you can ignore things below this line
#=========================================================================