Skip to content

Commit

Permalink
Corrected error creating lid field in questions (wrong table name)
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@556 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Jul 21, 2003
1 parent ef3c075 commit 06354d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/checkfields.php
Expand Up @@ -54,7 +54,7 @@
$allfields[]=array("questions", "help", "help text");
$allfields[]=array("questions", "other", "other char(1) NOT NULL default 'N'");
$allfields[]=array("questions", "mandatory", "mandatory char(1) default NULL");
$allfields[]=array("lid", "lid", "lid int(11) NOT NULL default '0'");
$allfields[]=array("questions", "lid", "lid int(11) NOT NULL default '0'");

$allfields[]=array("surveys", "sid", "sid int(11) NOT NULL auto_increment");
$allfields[]=array("surveys", "short_title", "short_title varchar(50) NOT NULL default ''");
Expand Down

0 comments on commit 06354d7

Please sign in to comment.