diff --git a/include/limesurvey/index.php b/include/limesurvey/index.php index c17f6be6..44f7773a 100644 --- a/include/limesurvey/index.php +++ b/include/limesurvey/index.php @@ -2657,8 +2657,6 @@ function check_quota($checkaction,$surveyid) WHERE ".implode(' AND ',$querycond)." "." AND s.submitdate IS NOT NULL"; - error_log($querysel); - $result = db_execute_assoc($querysel) or safe_die($connect->ErrorMsg()); //Checked $quota_check = $result->FetchRow(); diff --git a/rs_quota_end.php b/rs_quota_end.php index 22e80176..59874c1a 100644 --- a/rs_quota_end.php +++ b/rs_quota_end.php @@ -71,11 +71,11 @@ if (isset($_GET['message'])) print "

" . template_replace $des = $db->GetOne("SELECT description FROM outcome WHERE outcome_id = 32"); -print "

" . T_("End call with outcome:") . "

" . T_("End call with outcome:") . ""; else - print "href=\"javascript:parent.poptastic('call.php?defaultoutcome=32');\">"; + print "href=\"javascript:parent.poptastic('call.php?defaultoutcome=32');\">"; print T_($des[0]['description']) . "

";