|
From: Bart v. B. <ba...@us...> - 2002-01-18 23:27:35
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv5805
Modified Files:
modcp.php
Log Message:
Fixed 'blabla %s' problem in ALT attr (#504666)
Index: modcp.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/modcp.php,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -r1.54 -r1.55
*** modcp.php 2002/01/10 23:27:10 1.54
--- modcp.php 2002/01/18 23:27:31 1.55
***************
*** 866,871 ****
"L_OTHER_IPS" => $lang['Other_IP_this_user'],
"L_OTHER_USERS" => $lang['Users_this_IP'],
- "L_SEARCH_POSTS" => $lang['Search_user_posts'],
"L_LOOKUP_IP" => $lang['Lookup_IP'],
"SEARCH_IMG" => $images['icon_search'],
--- 866,871 ----
"L_OTHER_IPS" => $lang['Other_IP_this_user'],
"L_OTHER_USERS" => $lang['Users_this_IP'],
"L_LOOKUP_IP" => $lang['Lookup_IP'],
+ "L_SEARCH" => $lang['Search'],
"SEARCH_IMG" => $images['icon_search'],
***************
*** 932,935 ****
--- 932,936 ----
"ROW_CLASS" => $row_class,
"USERNAME" => $username,
+ "L_SEARCH_POSTS" => sprintf($lang['Search_user_posts'], $username),
"U_PROFILE" => append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$id"),
|