- condition = look-up condition
- look-for = What to look for
//-->
- <where-select-from-list-entry type="string" table="dt" value="userid" condition="EQUALS" look-for="$userid" />
+ <where-select-from-list-entry type="string" table="dt" value="userid" condition="EQUALS" look-for="$content[userid]" />
<!--
The second column to perform the WHERE statement on. NOT-EQUALS is an alias for '!='.
//-->