*** empty log message ***
authorPierre Habouzit <madcoder@debian.org>
Wed, 10 Sep 2003 09:25:55 +0000 (09:25 +0000)
committerPierre Habouzit <madcoder@debian.org>
Wed, 10 Sep 2003 09:25:55 +0000 (09:25 +0000)
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"