in my file admincp/forum.php
there is no
'$forum['description'] = convert_to_valid_html($forum['description']);'
I can only find something like this,
$forum['description'] = str_replace('&', '&', $forum['description']);
but it has two extra variables for the str_replace function.
Should i just change it to the str_replace function and format it the same?
i have vb 3.6.9.
thnx
|