We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd18efc + a879ccf commit cca361fCopy full SHA for cca361f
1 file changed
qa-include/db/cache.php
@@ -44,7 +44,7 @@ function qa_db_cache_set($type, $cacheid, $content)
44
);
45
46
qa_db_query_sub(
47
- 'INSERT INTO ^cache (type, cacheid, content, created, lastread) VALUES ($, #, $, NOW(), NOW()) ' .
+ 'INSERT INTO ^cache (type, cacheid, content, created, lastread) VALUES ($, $, $, NOW(), NOW()) ' .
48
'ON DUPLICATE KEY UPDATE content = VALUES(content), created = VALUES(created), lastread = VALUES(lastread)',
49
$type, $cacheid, $content
50
0 commit comments