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

The voter does not have to know which user created the poll

parent 0a3a6c0f
No related branches found
No related tags found
No related merge requests found
......@@ -242,13 +242,9 @@ print '<div class="corps"> '."\n";
$titre=str_replace("\\","",$object->titre);
print '<strong>'.htmlentities($titre).'</strong><br>'."\n";
//affichage du nom de l'auteur du sondage
print $langs->trans("InitiatorOfPoll") .' : '.htmlentities($object->nom_admin).'<br>'."\n";
//affichage des commentaires du sondage
if ($object->commentaires)
{
print '<br>'.$langs->trans("Description") .' :<br>'."\n";
$commentaires=dol_nl2br(htmlentities($object->commentaires));
print $commentaires;
print '<br>'."\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment