From 5ed533009c2828dd5585e9bc8a47b6ffdb4e5364 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Sat, 5 Jan 2013 05:00:04 -0500 Subject: [PATCH] metaform: remove some very outdated docs --- metaform/template.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 -- 1.7.10.4