Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Sorting by custom field fails for a single category

Quote Reply
Sorting by custom field fails for a single category
I have added a field named "State", here's the line from the links.def file (condensed):
State => [15,'alpha',2,2,1,'',''],

There are other fields I've added, but this is the field I am sorting on using the line in links.def:
$db_sort_links = 15;

All of my categories are sorting on this field fine except one, and in that category the listings are currently sorted by State in this order:
OK
OK
IN
NE
NE
OK
OK
OK
TX

How do I force the sorting back into the order I prefer?

Thanks in advance for your replies.
-Doug Drudik.