예제 #1
0
function policy_delete()
{
    $q = new mysql_meta();
    $q->delete_policy($_POST["policy-delete"]);
}