@@ -94,7 +94,7 @@ |
||
94 | 94 | if ($faq->isNew()) { |
95 | 95 | $sql = sprintf( |
96 | 96 | 'INSERT INTO `%s` (faqid, categoryid, question, howdoi, diduno, uid, datesub, status, counter, weight, html, smiley, xcodes, cancomment, comments, notifypub, modulelink, contextpage, exacturl, partialview) VALUES (NULL, %u, %s, %s, %s, %u, %u, %u, %u, %u, %u, %u, %u, %u, %u, %u, %s, %s, %u, %u)', |
97 | - $this->db->prefix('smartfaq_faq'), |
|
97 | + $this->db->prefix('smartfaq_faq'), |
|
98 | 98 | $categoryid, |
99 | 99 | $this->db->quoteString($question), |
100 | 100 | $this->db->quoteString($howdoi), |