summaryrefslogtreecommitdiff
path: root/includes/pages/admin_questions.php
diff options
context:
space:
mode:
authorBot <bot@myigel.name>2017-01-22 01:02:52 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2017-01-22 01:12:57 +0100
commit3de0cc840f45e53a9135f4faa44a375a7b0148ef (patch)
tree55de5f284cf673b4956377fef8ba2c52902c4ca7 /includes/pages/admin_questions.php
parent8506d6d27e3b926521007064abcdcc2f69c6aa06 (diff)
Removed spaces
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`=?