case 'save':
        if (!$GLOBALS['xoopsSecurity']->check()) {
            redirect_header('servpart.php', 3, implode(',', $GLOBALS['xoopsSecurity']->getErrors()));
        }
        if (0 != Request::getInt('id', 0)) {