Skip to content

Commit

Permalink
Added notification field for survey table.
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@708 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Oct 12, 2003
1 parent 059280a commit c39728b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/checkfields.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
$allfields[]=array("{$dbprefix}surveys", "language", "language varchar(50) default ''");
$allfields[]=array("{$dbprefix}surveys", "datestamp", "datestamp char(1) default 'N'");
$allfields[]=array("{$dbprefix}surveys", "usecookie", "usecookie char(1) default 'N'");
$allfields[]=array("{$dbprefix}surveys", "notification", "notification char(1) default '0'");

echo $htmlheader;

Expand Down

0 comments on commit c39728b

Please sign in to comment.