Action = "delete"; $DeleteQuery->Table = "stdprotectioncat"; $DeleteQuery->addFilter("idstdprotectioncat", "=", "i", "".($_GET['idstdprotectioncat']) .""); $DeleteQuery->execute(); $DeleteGoTo = "edit-protcategory.php?idstandards=$idstandards"; if (function_exists("rel2abs")) $DeleteGoTo = $DeleteGoTo?rel2abs($DeleteGoTo,dirname(__FILE__)):""; $DeleteQuery->redirect($DeleteGoTo); } ?>