Skip to content
Snippets Groups Projects
Commit 2c816e09 authored by Marcos García de La Fuente's avatar Marcos García de La Fuente
Browse files

If no spy option is enabled, users should not now which is the most voted option

parent c245e86b
No related branches found
No related tags found
No related merge requests found
......@@ -655,6 +655,7 @@ if ($object->allow_spy) {
print '</table>'."\n";
print '</div>'."\n";
if ($object->allow_spy) {
$toutsujet=explode(",",$object->sujet);
$toutsujet=str_replace("°","'",$toutsujet);
......@@ -702,6 +703,7 @@ if ($nbofcheckbox >= 2)
print '</p><br>'."\n";
}
}
print '<br>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment