From b95237938c64eb7355a38e3a513633e6811d2968 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sat, 19 Jun 2021 18:56:33 +0200 Subject: Remove unused variable --- core/include/search/main.php | 1 - 1 file changed, 1 deletion(-) (limited to 'core') diff --git a/core/include/search/main.php b/core/include/search/main.php index f1b0693..95cffda 100644 --- a/core/include/search/main.php +++ b/core/include/search/main.php @@ -5,7 +5,6 @@ $Database = Application::getDatabase(); $Language = Application::getLanguage(); -$SEARCH_SUCCESS = FALSE; $D_LIST = $Database->query(sprintf('SELECT DISTINCT DAY(time_insert) AS temp FROM %s ORDER BY temp', Post\Attribute::TABLE)); $M_LIST = $Database->query(sprintf('SELECT DISTINCT MONTH(time_insert) AS temp FROM %s ORDER BY temp', Post\Attribute::TABLE)); $Y_LIST = $Database->query(sprintf('SELECT DISTINCT YEAR(time_insert) AS temp FROM %s ORDER BY temp', Post\Attribute::TABLE)); -- cgit v1.2.3