From: Jason Woofenden Date: Sat, 5 Jan 2013 10:00:04 +0000 (-0500) Subject: metaform: remove some very outdated docs X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=commitdiff_plain;h=5ed533009c2828dd5585e9bc8a47b6ffdb4e5364 metaform: remove some very outdated docs --- diff --git a/metaform/template.php b/metaform/template.php index e233f36..23e2248 100644 --- a/metaform/template.php +++ b/metaform/template.php @@ -13,13 +13,10 @@ # To send results by e-mail, all you have to do is set your e-mail address here: $GLOBALS['~file_name~_form_recipient'] = 'fixme@example.com'; ~}~~opt_db {~ -# To save results to a database, you'll need to create the ~table_name~ table -# (the file ~file_name~.sql should help with this), and create the file -# 'code/db_connect.php' which calls db_connect() see: -# code/wfpl/examples/db_connect.php +# To save results to a database, you'll need to create the ~table_name~ table. +# The file ~file_name~.sql should help with this # # if you rename any of the database fields, you'll need to update this: - define('~file_name upper~_DB_FIELDS', '~db_fields~'); ~}~~upload_settings {~ # Set this to the path to your uploads directory. It can be relative to the