diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-10 01:19:12 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-10 01:19:12 +0000 |
commit | af0f622a0eb29d670276b98ed7439bb7ded0f600 (patch) | |
tree | 7d671f097aebd302562c1755dadcbf1e0e8eece5 /phpBB/index.php | |
parent | 35ad2b4be637da54ed43e0705e562b46da18dac8 (diff) | |
download | forums-af0f622a0eb29d670276b98ed7439bb7ded0f600.tar forums-af0f622a0eb29d670276b98ed7439bb7ded0f600.tar.gz forums-af0f622a0eb29d670276b98ed7439bb7ded0f600.tar.bz2 forums-af0f622a0eb29d670276b98ed7439bb7ded0f600.tar.xz forums-af0f622a0eb29d670276b98ed7439bb7ded0f600.zip |
Updates putting back something I took away, slapped hands for me
git-svn-id: file:///svn/phpbb/trunk@1535 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/index.php')
-rw-r--r-- | phpBB/index.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/phpBB/index.php b/phpBB/index.php index b19839314c..c722676d02 100644 --- a/phpBB/index.php +++ b/phpBB/index.php @@ -238,13 +238,7 @@ if($total_categories = $db->sql_numrows($q_categories)) "L_FORUM_LOCKED" => $lang['Forum_is_locked'], "L_MARK_FORUMS_READ" => $lang['Mark_all_forums'], - "L_SEARCH_NEW" => $lang['Search_new'], - "L_SEARCH_UNANSWERED" => $lang['Search_unanswered'], - "L_SEARCH_SELF" => $lang['Search_your_posts'], - "U_SEARCH_UNANSWERED" => append_sid("search.".$phpEx."?search_id=unanswered"), - "U_SEARCH_SELF" => append_sid("search.".$phpEx."?search_id=egosearch"), - "U_SEARCH_NEW" => append_sid("search.$phpEx?search_id=newposts"), "U_MARK_READ" => append_sid("index.$phpEx?mark=forums")) ); |