fix bug relating to topics: it's to_topic not data.to_topic
authormh <mh>
Fri, 13 Dec 2002 03:06:49 +0000 (03:06 +0000)
committermh <mh>
Fri, 13 Dec 2002 03:06:49 +0000 (03:06 +0000)
templates-dist/open/posting.template

index 17c044e..7befe1a 100755 (executable)
@@ -71,7 +71,7 @@
        <font size="-2">${lang("open.posting.topic.info")}</font>
         </td>
        <td colspan="2">
-       <select name="data.to_topic" size="3" multiple>
+       <select name="to_topic" size="3" multiple>
        <list extra.themenPopupData as t>
        <option value="${t.key}" <list to_topic as to><if (t.key == to)>selected</if></list>>${t.value}</option>
        </list>