Revert "Fix typo"

This reverts commit ab41634f0b.
This commit is contained in:
Roman Kelesidis 2023-11-21 08:29:04 +07:00
commit a5a693c6c3

View file

@ -33,7 +33,6 @@ switch ($mode) {
$columns = 'topic_id, user_id, time';
$values = "$topic_id, {$userdata['user_id']}, " . TIMENOW;
DB()->query('REPLACE INTO ' . BB_THX . " ($columns) VALUES ($values)");
$this->response['html'] = '<b>' . profile_url($userdata) . ' <i>(' . bb_date(TIMENOW) . ')</i></b>';
break;