Skip to content

Commit

Permalink
Dev Small fix for supported slots at ranking question
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@8689 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed May 5, 2010
1 parent 2e18090 commit 5a2bc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qanda.php
Expand Up @@ -2408,7 +2408,7 @@ function do_ranking($ia)
$max_answers = false;
}
$ansresult = db_execute_assoc($ansquery); //Checked
$anscount = $ansresult->RecordCount();
$anscount = $qidattributes["ranking_slots"];
if(!$max_answers) {
$max_answers=$anscount;
}
Expand Down

0 comments on commit 5a2bc32

Please sign in to comment.