[svn r13001] remove an echo sql query :/

skala
Eric Marguin 18 years ago
parent be99e37bfe
commit c774ddd1c7
  1. 1
      main/survey/survey.lib.php

@ -899,7 +899,6 @@ class survey_manager
{ {
$sql = "SELECT DISTINCT user FROM $table_survey_answer WHERE survey_id= '".Database::escape_string($survey_data['survey_id'])."'"; $sql = "SELECT DISTINCT user FROM $table_survey_answer WHERE survey_id= '".Database::escape_string($survey_data['survey_id'])."'";
} }
echo $sql;
$res = api_sql_query($sql, __FILE__, __LINE__); $res = api_sql_query($sql, __FILE__, __LINE__);
while ($row = mysql_fetch_assoc($res)) while ($row = mysql_fetch_assoc($res))
{ {

Loading…
Cancel
Save