From a5a693c6c3a18fa4806300b2c5eec007d36617f6 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Tue, 21 Nov 2023 08:29:04 +0700 Subject: [PATCH] Revert "Fix typo" This reverts commit ab41634f0b045f98120a2c54e8c8b125f18eed69. --- library/ajax/thanks.php | 1 - 1 file changed, 1 deletion(-) diff --git a/library/ajax/thanks.php b/library/ajax/thanks.php index d461f7d2c..146c80f41 100644 --- a/library/ajax/thanks.php +++ b/library/ajax/thanks.php @@ -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'] = '' . profile_url($userdata) . ' (' . bb_date(TIMENOW) . ')'; break;