0)
{
$sql->db_Delete("trackback", "trackback_id=".$cid);
$temp[] = $cid;
}
}
if (count($temp))
{
e107::getLog()->add('TRACK_02',implode(', ',$temp), E_LOG_INFORMATIVE,'');
}
}
$ns->tablerender("", "
".TRACKBACK_L15."
");
$e107cache->clear("news.php");
}
$text = "";
}
else
{
$tbArray = $sql -> db_getList();
foreach($tbArray as $trackback)
{
extract($trackback);
$text .= "
\n";
}
$text .= "
";
}
$ns->tablerender(TRACKBACK_L13, $text);
require_once(e_ADMIN."footer.php");
?>