Download Now
Supporters / CoAuthors
Show Your Support
Invalid SQL: UPDATE thread SET description = '' WHERE threadid = '9'; MySQL-Fehler : Table 'xxx.thread' doesn't exist
$db->query_write("UPDATE thread SET description = '" . $db->escape_string(htmlspecialchars_uni($edit['description'])) . "' WHERE threadid = '" . $db->escape_string($threadinfo['threadid']) . "'");
$db->query_write("UPDATE " . TABLE_PREFIX . "thread SET description = '" . $db->escape_string(htmlspecialchars_uni($edit['description'])) . "' WHERE threadid = '" . $db->escape_string($threadinfo['threadid']) . "'");