summaryrefslogtreecommitdiff
path: root/includes/pages/admin_questions.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/pages/admin_questions.php')
-rw-r--r--includes/pages/admin_questions.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/pages/admin_questions.php b/includes/pages/admin_questions.php
index 4c84e4f8..098701e3 100644
--- a/includes/pages/admin_questions.php
+++ b/includes/pages/admin_questions.php
@@ -116,8 +116,7 @@ function admin_questions()
));
if ($answer != '') {
- DB::update(
- '
+ DB::update('
UPDATE `Questions`
SET `AID`=?, `Answer`=?
WHERE `QID`=?