|
From: Paul S. O. <ps...@us...> - 2001-11-19 14:49:02
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv5547
Modified Files:
search.php
Log Message:
Yet More language updates
Index: search.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/search.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** search.php 2001/11/19 14:12:08 1.32
--- search.php 2001/11/19 14:48:58 1.33
***************
*** 219,223 ****
// Define some globally used data
//
! $sortby_types = array("Post Time", "Post Subject", "Topic Title", "Author Name", "Forum");
$sortby_sql = array("p.post_time", "pt.post_subject", "t.topic_title", "u.username", "f.forum_id");
--- 219,223 ----
// Define some globally used data
//
! $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");
|