mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
If no spy option is enabled, users should not now which is the most voted option
This commit is contained in:
@@ -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>';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user