*** empty log message ***
[old-projects.git] / philter / philter / include / plugin_forward.inc.php
index 0b06ede..2b0617a 100644 (file)
@@ -20,6 +20,7 @@ class FwdPlugin extends ActionPlugin {
             .   "    select.setAttribute('name', Node.name+'[1]');\n"
             .   "\n"
             .   "    Node.appendChild(document.createTextNode(' email : '));\n"
+            // OG: must insert select node before creating options because of IE5 bug
             .   "    Node.appendChild(select);\n"
             .   "\n"
             .   "    for(i=0,j=0; i<mail_pool.length; i++) {\n"