aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-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));