Action = "delete"; $DeleteQuery->Table = "`component_family`"; $DeleteQuery->addFilter("idcomponentfamily", "=", "i", "" . ($_GET['idcomponentfamily']) . ""); $DeleteQuery->execute(); $DeleteGoTo = "component-family.php"; if (function_exists("rel2abs")) $DeleteGoTo = $DeleteGoTo ? rel2abs($DeleteGoTo, dirname(__FILE__)) : ""; $DeleteQuery->redirect($DeleteGoTo); } ?>