So I changed the Low Priority data row to isPublic 0, but its still showing up in the combo box.
Any reason why I can't do something like
UPDATE ost_ticket__cdata
SET priority
=2 WHERE priority
=1
and then delete the low priority data row?
I guess I should also say that all of my users who enter tickets have a signon to the system, so I guess thats why the isPublic flag doesn't change anything?