Skip to content

Commit

Permalink
Fixed issue #4946 : php warnig with assesment in Array (Multi Flexibl…
Browse files Browse the repository at this point in the history
…e) (Numbers)

Dev : add ":" in array for assesment testing

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@9790 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Shnoulle committed Feb 15, 2011
1 parent e86b9f1 commit ce78be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -2982,7 +2982,7 @@ function doAssessment($surveyid, $returndataonly=false)
$groups=array();
foreach($fieldmap as $field)
{
if (in_array($field['type'],array('1','F','H','W','Z','L','!','M','O','P')))
if (in_array($field['type'],array('1','F','H','W','Z','L','!','M','O','P',":")))
{
$fieldmap[$field['fieldname']]['assessment_value']=0;
if (isset($_SESSION[$field['fieldname']]))
Expand Down

0 comments on commit ce78be6

Please sign in to comment.