Exemplo n.º 1
0
function deletePG()
{
    $obj = new manage_pay_get_lists();
    $obj->list_id = $_POST["list_id"];
    $obj->list_type = $_POST["list_type"];
    $return = $obj->Remove();
    Response::createObjectiveResponse($return, !$return ? ExceptionHandler::popExceptionDescription() : "");
    die;
}