Bugs item #637918, was opened at 2002-11-13 13:52
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108956&aid=637918&group_id=8956
Category: SQL
Group: v1.5
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Results show quest. choices out of order
Initial Comment:
This shows up when viewing survey results. In the case
of a radio button, I was seeing the choices in reverse
order. I was able to edit the SQL to grab the choices
in "admin/include/function/survey_results.inc" on
around line 217 under the "response_single" case,
adding an "ORDER BY id" to get the proper order.
----------------------------------------------------------------------
Comment By: James Flemer (jimmerman)
Date: 2002-11-26 15:51
Message:
Logged In: YES
user_id=39444
Fixed in CVS.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108956&aid=637918&group_id=8956
|