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

This commit is contained in:
Marcos García de La Fuente
2014-01-06 05:20:08 +01:00
parent c245e86b60
commit 2c816e09a5

View File

@@ -655,6 +655,7 @@ if ($object->allow_spy) {
print '</table>'."\n"; print '</table>'."\n";
print '</div>'."\n"; print '</div>'."\n";
if ($object->allow_spy) {
$toutsujet=explode(",",$object->sujet); $toutsujet=explode(",",$object->sujet);
$toutsujet=str_replace("°","'",$toutsujet); $toutsujet=str_replace("°","'",$toutsujet);
@@ -702,6 +703,7 @@ if ($nbofcheckbox >= 2)
print '</p><br>'."\n"; print '</p><br>'."\n";
} }
}
print '<br>'; print '<br>';