View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
04630Bug reportsSurvey takingpublic2010-09-28 14:58
Reporterronvdburg Assigned Toc_schmitz  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version1.90+ 
Fixed in Version1.90+ 
Summary04630: Erroneous call to createFieldMap
Description

Around line 2467, index.php says:
$fieldmap=createFieldMap($surveyid,'full','short',false,$_SESSION['s_lang']);

Can you check the third parameter (here it is 'short')?
I would expect this parameter ($force_refresh) to be either false (default) or true.

The effect is that this invocation always refreshes. This could have a performance impact.

Steps To Reproduce

Check the invocation of createFieldMap in line 2467 of index.php with the function definition in common.php in line 7545.

TagsNo tags attached.
Bug heat2
Complete LimeSurvey version number (& build)9142
I will donate to the project if issue is resolved
BrowserIE8
Database type & versionmysql 5.0.77
Server OS (if known)Centos 5.3 / Linux 2.6.18
Webserver software & version (if known)apache 2.2.3
PHP Version5.1.6

Users monitoring this issue

There are no users monitoring this issue.

Activities

c_schmitz

c_schmitz

2010-09-28 14:58

administrator   ~12918

Thanks - fixed in rev 9159

Issue History

Date Modified Username Field Change
2010-09-28 10:49 ronvdburg New Issue
2010-09-28 14:54 c_schmitz Assigned To => c_schmitz
2010-09-28 14:54 c_schmitz Status new => assigned
2010-09-28 14:58 c_schmitz Note Added: 12918
2010-09-28 14:58 c_schmitz Status assigned => closed
2010-09-28 14:58 c_schmitz Resolution open => fixed
2010-09-28 14:58 c_schmitz Fixed in Version => 1.90+
2010-10-25 00:18 c_schmitz Category Survey at Runtime => Survey taking