JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added (untested) updates to metaform's php template to do editing and deleting from...
[wfpl.git] / metaform.php
index 2adf13b..347717c 100644 (file)
@@ -201,6 +201,7 @@ function make_php() {
                                $php_fields .= '$' . $name;
                        }
                        $tem->sub('formats');
+                       $tem->sub('tem_sets');
                        if(!$always_field and $input != 'checkbox' and $input != 'radio') {
                                $always_field = $name;
                        }