1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-24 09:12:56 +02:00

Make the life of style authors not too complicated.

git-svn-id: file:///svn/phpbb/trunk@7543 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2007-05-12 09:11:10 +00:00
parent 3513b24a0f
commit 31a99bf5a9
5 changed files with 20 additions and 18 deletions

View File

@@ -1220,6 +1220,7 @@ switch ($mode)
'COUNT' => $count,
'IP' => $ipdomain,
'S_IN_SEARCH_POPUP' => ($form && $field) ? true : false,
'S_SEARCH_USER' => true,
'S_FORM_NAME' => $form,
'S_FIELD_NAME' => $field,