1
0
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:
Paul S. Owen
2003-01-09 00:17:23 +00:00
parent 99a8e49233
commit b22e1663d1
4 changed files with 9 additions and 9 deletions

View File

@@ -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');