JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform doesn't include the hidden field for the database ID if there's no database
[wfpl.git] / metaform.php
index 656d4e0..1119d0c 100644 (file)
@@ -205,6 +205,7 @@ function make_html($whole_file = true) {
 
        if($GLOBALS['opt_db'] == 'Yes') {
                $tem->sub('opt_db_1');
+               $tem->sub('opt_db_2');
        } else {
                $tem->sub('opt_db_1_else');
        }