JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
CHANGED db.php API so it doesn't append WHERE for you
[wfpl.git] / metaform / template.php
index af98d96..258581c 100644 (file)
@@ -1,6 +1,12 @@
 <?php
 
-# This form requires wfpl. See: http://jasonwoof.org/wfpl
+# This form requires wfpl. If you didn't recieve wfpl along with this file,
+# see: http://jasonwoof.org/wfpl
+
+# This form was auto-generated. If you would like to alter the parameters and
+# generate a new one try this URL:
+#
+# ~metaform_url~
 
 # This code can send form results by e-mail and/or save them to a database. See
 # the next two comments to enable either or both.
@@ -108,7 +114,7 @@ function ~form_name~() {
                list(~php_fields~) = db_get_row('~form_name~', '~db_fields~', 'id = %"', $edit_id);
                ~tem_sets.tab~
        } else {
-               # form not submitted, you can set default values like so
+               # form not submitted, you can set default values like so:
                #tem_set('~always_field~', 'Yes');
        }<!--~upload_max start~-->