Skip to content

Commit

Permalink
Added numerical type (double)
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@247 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Apr 20, 2003
1 parent 6ff334f commit 3b8ba99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions admin/activate.php
Expand Up @@ -159,6 +159,9 @@
$createsurvey .= " {$arow['sid']}X{$arow['gid']}X{$arow['qid']}";
switch($arow['type'])
{
case "N": //NUMERICAL
$createsurvey .= " DOUBLE";
break;
case "S": //SHORT TEXT
$createsurvey .= " VARCHAR(200)";
break;
Expand Down

0 comments on commit 3b8ba99

Please sign in to comment.