aboutsummaryrefslogtreecommitdiffstats
path: root/core/include
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-06-19 18:56:33 +0200
committerThomas Lange <code@nerdmind.de>2021-06-19 18:56:33 +0200
commitb95237938c64eb7355a38e3a513633e6811d2968 (patch)
tree293f4eb24ef391d7f6c3ad2cf736998b43482de7 /core/include
parentbe49d1f366da155737d05a17f73cf1c3d246c67e (diff)
downloadblog-b95237938c64eb7355a38e3a513633e6811d2968.tar.gz
blog-b95237938c64eb7355a38e3a513633e6811d2968.tar.xz
blog-b95237938c64eb7355a38e3a513633e6811d2968.zip
Remove unused variable
Diffstat (limited to 'core/include')
-rw-r--r--core/include/search/main.php1
1 files changed, 0 insertions, 1 deletions
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));