1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Issue #2846 LAN vars cleanup

This commit is contained in:
Cameron
2017-11-07 06:59:11 -08:00
parent e472801191
commit 35f5748ba2
9 changed files with 19 additions and 20 deletions

View File

@@ -944,7 +944,7 @@ class search extends e_shortcode
elseif (strlen($full_query) < ($char_count = ($this->search_prefs['mysql_sort'] ? 4 : 3)))
{
$perform_search = false;
$this->message = str_replace('--CHARS--', $char_count, LAN_417);
$this->message = str_replace('[x]', $char_count, LAN_417);
}
elseif ($this->search_prefs['time_restrict'])
{