# Patch dla phpBB modified by Przemo w wersjach 1.9.0 do 1.9.3 (w 1.9.4 nie
# trzeba ju instalowa tej atki!)
#
# Poprawia link wyszukujcy posty za ktry uytkownik dosta punkty "pomg"

#
#-----[ OPEN ]------------------------------------------
#
includes/usercp_viewprofile.php

#
#-----[ FIND ]------------------------------------------
#
		'SPECIAL_RANK' => '<a href="' . append_sid("search.$phpEx?search_author=" . urlencode($username)) . '&amp;gh=helped">' . $special_rank . '</a>')

#
#-----[ REPLACE WITH ]------------------------------------------
#
		'SPECIAL_RANK' => '<a href="' . append_sid("search.$phpEx?search_author=" . urlencode($username) . '&amp;gh=helped') . '">' . $special_rank . '</a>')

#
#-----[ CLOSE/SAVE ALL FILES ]------------------------------------------
# EoM