start copy from cimac web
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php include('include/headscript.php'); ?>
|
||||
|
||||
<?php
|
||||
$idstandards=$_GET['idstandards'];
|
||||
if (true) {
|
||||
$DeleteQuery = new WA_MySQLi_Query($cmctrfdb);
|
||||
$DeleteQuery->Action = "delete";
|
||||
$DeleteQuery->Table = "stdreqlist";
|
||||
$DeleteQuery->addFilter("idstdreqlist", "=", "i", "".($_GET['idstdreqlist']) ."");
|
||||
$DeleteQuery->execute();
|
||||
$DeleteGoTo = "edit-requirements.php?idstandards=$idstandards";
|
||||
if (function_exists("rel2abs")) $DeleteGoTo = $DeleteGoTo?rel2abs($DeleteGoTo,dirname(__FILE__)):"";
|
||||
$DeleteQuery->redirect($DeleteGoTo);
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user