diff --git a/cms/modules/quiz/quizedit.php b/cms/modules/quiz/quizedit.php index 0bd72545..9268f519 100755 --- a/cms/modules/quiz/quizedit.php +++ b/cms/modules/quiz/quizedit.php @@ -57,7 +57,7 @@ function getQuestionTypeBox($questionType) { */ function getTableRow($tableName, $condition) { $query = "SELECT * FROM `$tableName` WHERE $condition"; - echo $query; + //echo $query; $result = mysqli_query($GLOBALS["___mysqli_ston"], $query); if (!$result) { displayerror('Database error. Could not retrieve information from the database.');