Bugs item #877667, was opened at 2004-01-15 11:48
Message generated for change (Comment added) made by jimmerman
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108956&aid=877667&group_id=8956
Category: SQL
Group: v1.6.1
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: minor error in db script? 1.6.1
Initial Comment:
A type seems to led to handling choice 7 as a comment,
so that value doesn't get inserted into the table
INSERT INTO question_type VALUES ('6','Dropdown
Box','Y','response_single');
-- # INSERT INTO question_type VALUES
('7','Rating','N','response_rank');
INSERT INTO question_type VALUES ('8','Rate (scale
1..5)','Y','response_rank');
----------------------------------------------------------------------
>Comment By: James Flemer (jimmerman)
Date: 2004-01-15 22:08
Message:
Logged In: YES
user_id=39444
That is not a bug. Question type #7 is deprecated, the line
still exists there as a comment, so that the number will not
be re-used in the future, as that may cause compatibility
problems. Old surveys created w/ this type may still work,
but as time (and phpESP version numbers) progresses this may
no longer be the case. Using this question type is strongly
discouraged at this point, since it has been disabled for
quite some time now.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2004-01-15 11:50
Message:
Logged In: NO
Sorry, that's in mysql_populate.sql
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108956&aid=877667&group_id=8956
|