From: Kon A. <ang...@ip...> - 2002-03-24 03:10:10
|
James, I've noticed a small bug in both versions 1.4beta2 and 1.4beta3. After I've created a survey, I change its status from editing to test. I proceed to test the survey by answering the questions. Out of curiosity I moused over the View Results and Go Back to Management Interface links and the bottom of the page and discovered the following: the View Results link points to: .../admin/en?where=results&sid=1&test=1 the Go Back to Management Interface points to: .../admin/en?where=manage. Igoring this,I submitted the test survey and on the thank you page I checked the above links again to find they were still pointing to the above. I've had a look at the scripts especially /where/test.inc and found that by changing the lines $tmp = $ESPCONFIG['ME'] : line 47 to $tmp1 = $ESPCONFIG['ME'] and $ESPCONFIG['ME'] = $tmp : line 51 to $ESPCONFIG['ME'] = $tmp1 the links pointed to the right place. Kon |