|
|
|
@ -141,7 +141,7 @@ while ($row = mysql_fetch_assoc($res)) |
|
|
|
|
} |
|
|
|
|
/** @todo this is temporary to allow the developer to quickly fill a survey as a different user */ |
|
|
|
|
// echo ' <td>'.$row['invitation_code'].'</td>'; |
|
|
|
|
echo ' <td><a href="fillsurvey.php?course='.$_course['sysCode'].'&invitationcode='.$row['invitation_code'].'">'.$row['invitation_code'].'</td>'; |
|
|
|
|
//echo ' <td><a href="fillsurvey.php?course='.$_course['sysCode'].'&invitationcode='.$row['invitation_code'].'">'.$row['invitation_code'].'</td>'; |
|
|
|
|
echo ' <td>'.$row['invitation_date'].'</td>'; |
|
|
|
|
echo ' <td>'; |
|
|
|
|
if (in_array($row['user'], $answered_data)) |
|
|
|
|