case 'delete':
        $serviceObject = $serviceHandler->get(Request::getString('itemnum', ''));
        if (1 == Request::getInt('ok', 0)) {
            if (!$GLOBALS['xoopsSecurity']->check()) {
                redirect_header('service.php', 3, implode(', ', $GLOBALS['xoopsSecurity']->getErrors()));