Skip to content

Commit

Permalink
NEW: Added "email" field in "saved" table so that the email addresses…
Browse files Browse the repository at this point in the history
… of people saving get saved (if they provide one). This is to allow follow ups by admins (ie: reminder emails to finish before closing survey)

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1167 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Sep 12, 2004
1 parent 1d18ab7 commit e23b58b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/checkfields.php
Expand Up @@ -136,6 +136,7 @@
$allfields[]=array("{$dbprefix}saved", "access_code", "access_code text NOT NULL");
$allfields[]=array("{$dbprefix}saved", "fieldname", "fieldname text NOT NULL");
$allfields[]=array("{$dbprefix}saved", "value", "value text NOT NULL");
$allfields[]=array("{$dbprefix}saved", "email", "email varchar(200)");

echo $htmlheader;

Expand Down

0 comments on commit e23b58b

Please sign in to comment.