Show Your Support
foreach ($bbcodescache AS $this) { if ($_REQUEST['bbcodeid'] == $this['bbcodeid']) { $bbcode = $this; } }
foreach ($bbcodescache AS $zeile) { if ($_REQUEST['bbcodeid'] == $zeile['bbcodeid']) { $bbcode = $zeile; } }
else { //check existing foreach ($bbcodescache AS $this) { if ($bbcodetag == $this['bbcodetag'] && $twoparams == $this['twoparams']) {ieb_print_stop_back("The bbcode [$bbcodetag] already exists.");} }
else { //check existing foreach ($bbcodescache AS $zeile) { if ($bbcodetag == $zeile['bbcodetag'] && $twoparams == $zeile['twoparams']) {ieb_print_stop_back("The bbcode [$bbcodetag] already exists.");} }
$xml = new XMLexporter();
$xml = new XMLexporter($vbulletin);