|
From: Paul S. O. <ps...@us...> - 2002-04-05 17:38:08
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv23133
Modified Files:
Tag: phpBB-2_0_0
groupcp.php
Log Message:
Fix missing L_POSTS assignment
Index: groupcp.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/groupcp.php,v
retrieving revision 1.58.2.1
retrieving revision 1.58.2.2
diff -C2 -r1.58.2.1 -r1.58.2.2
*** groupcp.php 5 Apr 2002 16:41:09 -0000 1.58.2.1
--- groupcp.php 5 Apr 2002 17:01:38 -0000 1.58.2.2
***************
*** 913,917 ****
'L_SELECT_SORT_METHOD' => $lang['Select_sort_method'],
'L_PM' => $lang['Private_Message'],
! 'L_EMAIL' => $lang['Email'],
'L_WEBSITE' => $lang['Website'],
'L_FROM' => $lang['Location'],
--- 913,918 ----
'L_SELECT_SORT_METHOD' => $lang['Select_sort_method'],
'L_PM' => $lang['Private_Message'],
! 'L_EMAIL' => $lang['Email'],
! 'L_POSTS' => $lang['Posts'],
'L_WEBSITE' => $lang['Website'],
'L_FROM' => $lang['Location'],
|