Thread subject: muscapaul's PHP-Fusion website :: Extended Profile v3.XX

Posted by Harly on 27-09-2008 15:10
#24

Hi muscapaul!

Just to let you, and the danish users, know:
In the danish local, in the infusion "Extended_Profile-v3.03", there is a typingerror!
This is how it's written:
Code
// other
$locale['xpf300'] = "Ikke defineret";
// temporary language
$locale['xpf999'] = "Ekstra information";




But this is how it should be written (corrections in blue):
Code
// other
$locale['xpf_300'] = "Ikke defineret";
// temporary language
$locale['xpf_999'] = "Ekstra information";




I wondered why the text over the additional information was missing, so I looked it up. Now it works fine, with these corrections!

By the way: Very nice infusion/mod!