
04-21-2002, 04:23 PM
|
 |
|
|
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Another one :
Quote:
// Country Hack Replace
// $templatesused .= "register_birthday,modifyprofile_customtext,regist er_customfields,usercpnav,modifyprofile";
$templatesused .= "register_birthday,modifyprofile_customtext,modify profile_country,register_customfields,usercpnav,mo difyprofile";
// Country Hack End
|
Should be :
PHP Code:
// Country Hack Replace
// $templatesused = 'register_birthday,modifyprofile_customtext,register_customfields,usercpnav,modifyprofile';
$templatesused = 'register_birthday,modifyprofile_customtext,modifyprofile_country,register_customfields,usercpnav,modifyprofile';
// Country Hack End
Satan
|