Skip to content

Commit

Permalink
Added 'datestamp' field for 'surveys' table
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@374 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Jun 20, 2003
1 parent 0747330 commit 4f8cd1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/checkfields.php
Expand Up @@ -43,6 +43,7 @@
$allfields[]=array("surveys", "url", "url varchar(255) default NULL");
$allfields[]=array("surveys", "urldescrip", "urldescrip varchar(255) default NULL");
$allfields[]=array("surveys", "language", "language varchar(50) default ''");
$allfields[]=array("surveys", "datestamp", "datestamp char(1) default 'N'");


include("config.php");
Expand Down

0 comments on commit 4f8cd1c

Please sign in to comment.