From: <no...@so...> - 2002-11-13 18:52:29
|
Bugs item #637918, was opened at 2002-11-13 10: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: Open Resolution: None 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=637918&group_id=8956 |