mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Remove debugging string
Fix error in rs_quota_end
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user