From ce2d4c199c3198e462e61b9e0e9d3c262a5e46c2 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sun, 21 Apr 2024 23:22:57 +0700 Subject: [PATCH] Revert "Update search.php" This reverts commit 42895d7a9b3d51dc5d3c708cbaed7dfcc7d0ef76. --- search.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/search.php b/search.php index 511ba475..e48a94f1 100644 --- a/search.php +++ b/search.php @@ -535,10 +535,6 @@ if ($post_mode) $SQL['ORDER BY'][] = ($new_posts && $join_p) ? "p.topic_id ASC, p.post_time ASC" : "$order $sort"; $SQL['LIMIT'][] = "$search_limit"; - if (is_numeric($topic_val)) - { - set_die_append_msg(null, $topic_val); - } $items_display = fetch_search_ids($SQL); } else if (!$items_display = array_slice($items_found, $start, $per_page))