aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/search.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-11-19 14:48:58 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-11-19 14:48:58 +0000
commitae91951754a0fcb881674f7beda0f98df810fc4c (patch)
treed0e6e688c617b225de2789398e57527e93368fac /phpBB/search.php
parent37daf8a717becad0122237221c0e4690995a10ff (diff)
downloadforums-ae91951754a0fcb881674f7beda0f98df810fc4c.tar
forums-ae91951754a0fcb881674f7beda0f98df810fc4c.tar.gz
forums-ae91951754a0fcb881674f7beda0f98df810fc4c.tar.bz2
forums-ae91951754a0fcb881674f7beda0f98df810fc4c.tar.xz
forums-ae91951754a0fcb881674f7beda0f98df810fc4c.zip
Yet More language updates
git-svn-id: file:///svn/phpbb/trunk@1369 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/search.php')
-rw-r--r--phpBB/search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/search.php b/phpBB/search.php
index 1205c9704e..43edc166ed 100644
--- a/phpBB/search.php
+++ b/phpBB/search.php
@@ -218,7 +218,7 @@ $start = ( isset($HTTP_GET_VARS['start']) ) ? $HTTP_GET_VARS['start'] : 0;
//
// Define some globally used data
//
-$sortby_types = array("Post Time", "Post Subject", "Topic Title", "Author Name", "Forum");
+$sortby_types = array($lang['Sort_Time'], $lang['Sort_Post_Subject'], $lang['Sort_Topic_Title'], $lang['Sort_Author'], $lang['Sort_Forum']);
$sortby_sql = array("p.post_time", "pt.post_subject", "t.topic_title", "u.username", "f.forum_id");
//