If no spy option is enabled, users should not now which is the most voted option
This commit is contained in:
parent
c245e86b60
commit
2c816e09a5
@ -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>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user