|
From: Paul S. O. <ps...@us...> - 2002-03-31 13:58:06
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv3694 Modified Files: index.php Log Message: Output online users explanation Index: index.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/index.php,v retrieving revision 1.98 retrieving revision 1.99 diff -C2 -r1.98 -r1.99 *** index.php 31 Mar 2002 00:06:33 -0000 1.98 --- index.php 31 Mar 2002 13:58:01 -0000 1.99 *************** *** 278,281 **** --- 278,282 ---- 'L_NO_NEW_POSTS_LOCKED' => $lang['No_new_posts_locked'], 'L_NEW_POSTS_LOCKED' => $lang['New_posts_locked'], + 'L_ONLINE_EXPLAIN' => $lang['Online_explain'], 'L_MODERATOR' => $lang['Moderators'], |