Hi all
In my admincp/image.php there isnt' this:
" . iif($vbulletin->GPC['table'] == 'avatar', "minimumposts = " . $vbulletin->GPC['minimumposts'] .",", '').
iif($vbulletin->GPC['table'] == 'smilie', "smilietext = '" . $db->escape_string($vbulletin->GPC['smilietext']) . "',", '')."
Where I can insert the phrase of Replace?
" . iif($vbulletin->GPC['table'] == 'avatar', "minimumposts = " . $vbulletin->GPC['minimumposts'] .",", '').
iif($vbulletin->GPC['table'] == 'smilie', "smilietext = '" . $db->escape_string($vbulletin->GPC['smilietext']) . "',", '').
iif($vbulletin->GPC['table'] == 'icon', "specialforumid = '" . $db->escape_string($vbulletin->GPC['specialforumid']) . "',", '')."
Bye
|