JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: fixed SQL for decimal and other weird numeric types
[wfpl.git] / metaform / template.php
index a0b657f..7697c48 100644 (file)
@@ -88,6 +88,8 @@ function ~form_name~_main() {
        if($ret) {
                return $ret;
        }
+
+       # sections displayed with tem_show() will be coppied to the main template if you have one.
        tem_show('main_body');
 }