Quote:
Originally Posted by Revan
PHP Code:
$anti_autopm_bud_tit = construct_phrase($vbphrase['anti_autopm_bud_tit'], $vbulletin->userinfo['username']);
$anti_autopm_bud_mes = construct_phrase($vbphrase['anti_autopm_bud_mes'], $vbulletin->userinfo['username'], $vbulletin->options['bburl'], $vbulletin->userinfo['userid']);
$pmdm->set('title', $anti_autopm_bud_tit);
$pmdm->set('message', $anti_autopm_bud_mes);
Saves inventing a whole new construct_phrase() function 
|
thx for that, learned something new now ^^