From f5201b97a54ebd9a7449adc0483a38594e239a6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a=20de=20La=20Fuente?= Date: Sun, 5 Jan 2014 19:15:48 +0100 Subject: [PATCH] The voter does not have to know which user created the poll --- htdocs/opensurvey/public/studs.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/htdocs/opensurvey/public/studs.php b/htdocs/opensurvey/public/studs.php index 80d210d167c..4ac633e52f8 100644 --- a/htdocs/opensurvey/public/studs.php +++ b/htdocs/opensurvey/public/studs.php @@ -242,13 +242,9 @@ print '
'."\n"; $titre=str_replace("\\","",$object->titre); print ''.htmlentities($titre).'
'."\n"; -//affichage du nom de l'auteur du sondage -print $langs->trans("InitiatorOfPoll") .' : '.htmlentities($object->nom_admin).'
'."\n"; - //affichage des commentaires du sondage if ($object->commentaires) { - print '
'.$langs->trans("Description") .' :
'."\n"; $commentaires=dol_nl2br(htmlentities($object->commentaires)); print $commentaires; print '
'."\n";