From a756b9b4fee32ae3a0f01d4951f43b78e85c29e6 Mon Sep 17 00:00:00 2001 From: Eric Marguin Date: Wed, 30 Jan 2008 16:03:18 +0100 Subject: [PATCH] [svn r14204] fix non anonymous values on an anonymous survey --- main/survey/survey_invitation.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main/survey/survey_invitation.php b/main/survey/survey_invitation.php index 3b2e9f73be..f09006cd82 100644 --- a/main/survey/survey_invitation.php +++ b/main/survey/survey_invitation.php @@ -117,7 +117,6 @@ else echo ''; echo ' '; echo ' '; -echo ' '; echo ' '; echo ' '; echo ' '; @@ -139,9 +138,6 @@ while ($row = mysql_fetch_assoc($res)) { echo ' '; } - /** @todo this is temporary to allow the developer to quickly fill a survey as a different user */ - // echo ' '; - //echo ' '; echo ' '; echo '
'.get_lang('User').''.get_lang('InvitationCode').''.get_lang('InvitationDate').''.get_lang('Answered').'
'.$row['user'].''.$row['invitation_code'].''.$row['invitation_code'].''.$row['invitation_date'].''; if (in_array($row['user'], $answered_data))