|
From: Paul S. O. <ps...@us...> - 2001-10-14 16:36:32
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv26155 Modified Files: profile.php Log Message: Lang var incorrect for PM Index: profile.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/profile.php,v retrieving revision 1.117 retrieving revision 1.118 diff -C2 -r1.117 -r1.118 *** profile.php 2001/10/14 16:30:41 1.117 --- profile.php 2001/10/14 16:36:29 1.118 *************** *** 392,396 **** "L_EMAIL_ADDRESS" => $lang['Email_address'], "L_EMAIL" => $lang['Email'], ! "L_SEND_PM" => $lang['Send_private_message'], "L_ICQ_NUMBER" => $lang['ICQ'], "L_YAHOO" => $lang['YIM'], --- 392,396 ---- "L_EMAIL_ADDRESS" => $lang['Email_address'], "L_EMAIL" => $lang['Email'], ! "L_PM" => $lang['Private_Message'], "L_ICQ_NUMBER" => $lang['ICQ'], "L_YAHOO" => $lang['YIM'], |