]> git.mxchange.org Git - mailer.git/blobdiff - templates/xml/admin/admin_list_nickname_history.xml
Admin area 'Referral levels' refactured:
[mailer.git] / templates / xml / admin / admin_list_nickname_history.xml
index 7d74b2cf86da3a2f552283dedd9f72e1a6774bb4..68deb5eb228fea9756a7e3c51ddd1400a7a4227c 100644 (file)
@@ -64,6 +64,7 @@ MA  02110-1301  USA
                        always be set), alias (again can be left empty) and SQL function
                        (can also be left empty) which shall be applied on the column.
                        //-->
+                       <select-data-from-list-entry type="string" table="" value="history_id" alias="" function="" />
                        <select-data-from-list-entry type="string" table="" value="history_userid" alias="" function="" />
                        <select-data-from-list-entry type="string" table="" value="history_value" alias="" function="" />
                        <select-data-from-list-entry type="string" table="" value="history_added" alias="history_added" function="UNIX_TIMESTAMP" />
@@ -88,7 +89,7 @@ MA  02110-1301  USA
                        - condition = look-up condition
                        - look-for  = What to look for
                        //-->
-                       <where-select-from-list-entry type="string" table="" value="history_userid" condition="EQUALS" look-for="$userid" />
+                       <where-select-from-list-entry type="string" table="" value="history_userid" condition="EQUALS" look-for="$content[userid]" />
                </where-select-from-list>
                <!--
                Columns to perform the ORDER BY statement (GROUP BY is not yet supported)