mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-27 18:20:08 +02:00
ERROR => GENERAL_ERROR and set s_hidden_fields to nowt in search
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3289 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1319,7 +1319,7 @@ $template->assign_vars(array(
|
||||
'S_CATEGORY_OPTIONS' => $s_categories,
|
||||
'S_TIME_OPTIONS' => $s_time,
|
||||
'S_SORT_OPTIONS' => $s_sort_by,
|
||||
'S_HIDDEN_FIELDS' => $s_hidden_fields)
|
||||
'S_HIDDEN_FIELDS' => '')
|
||||
);
|
||||
|
||||
$template->pparse('body');
|
||||
|
Reference in New Issue
Block a user