Skip to content

Commit

Permalink
Dev: fixed statistics graph for ranking, step 1 (still have to correc…
Browse files Browse the repository at this point in the history
…t "-" in js variable...)
  • Loading branch information
LouisGac committed Feb 16, 2016
1 parent 6d2df8f commit 065b147
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,7 +1,7 @@
<?php $myfield = "{$surveyid}X{$flt[1]}X{$flt[0]}"; $niceqtext=flattenText($flt[5]); ?>

<?php
$specialQuestionTypes = array("M","P","T","S","Q","R","|","","N","K","D");
$specialQuestionTypes = array("M","P","T","S","Q","|","","N","K","D");
if ( in_array( $flt[2], $specialQuestionTypes))
{
$myfield = $flt[2].$myfield;
Expand Down

0 comments on commit 065b147

Please sign in to comment.