corrected wrong setting for _parent

This commit is contained in:
Tobi Schäfer 2002-02-01 17:14:15 +00:00
parent 44691ec80d
commit 6ffe57d90c

View file

@ -3,7 +3,7 @@ _tablename = CHOICE
_subnodes =< vote.CHOICE_ID _subnodes =< vote.CHOICE_ID
_id = ID _id = ID
_parent = poll.choices _parent = poll
poll = POLL_ID > poll.ID poll = POLL_ID > poll.ID
title = TITLE title = TITLE