|
From: Jonathan H. <the...@us...> - 2002-03-25 20:37:17
|
Update of /cvsroot/phpbb/phpBB2/admin In directory usw-pr-cvs1:/tmp/cvs-serv22624 Modified Files: index.php Log Message: Fix for #534847 Index: index.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/admin/index.php,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -r1.39 -r1.40 *** index.php 22 Mar 2002 17:00:33 -0000 1.39 --- index.php 25 Mar 2002 20:37:14 -0000 1.40 *************** *** 147,150 **** --- 147,152 ---- "L_AVATAR_DIR_SIZE" => $lang['Avatar_dir_size'], "L_DB_SIZE" => $lang['Database_size'], + "L_FORUM_LOCATION" => $lang['Forum_Location'], + "L_STARTED" => $lang['Login'], "L_GZIP_COMPRESSION" => $lang['Gzip_compression']) ); |