Example #1
0
function clearEditSession()
{
    $deptid = $_REQUEST['deptid'];
    _clearEditSessionVars($deptid);
    header('Location: ' . xhelpMakeURI(XHELP_ADMIN_URL . '/department.php', array('op' => 'editDepartment', 'deptid' => $deptid), false));
}
Example #2
0
function clearEditSession()
{
    $mimeid = $_REQUEST['id'];
    _clearEditSessionVars($mimeid);
    header('Location: ' . xhelpMakeURI(XHELP_ADMIN_URL . '/mimetypes.php', array('op' => 'edit', 'id' => $mimeid), false));
}
Example #3
0
function clearEditSession()
{
    $mimeid = $_REQUEST['id'];
    _clearEditSessionVars($mimeid);
    header('Location: ' . smartsection_makeURI(SMARTSECTION_ADMIN_URL . '/mimetypes.php', array('op' => 'edit', 'id' => $mimeid), false));
}
Example #4
0
function clearEditSession()
{
    $mimeid = $_REQUEST['id'];
    _clearEditSessionVars($mimeid);
    header('Location: ' . PublisherUtils::makeURI(PUBLISHER_ADMIN_URL . '/mimetypes.php', array('op' => 'edit', 'id' => $mimeid), false));
}
Example #5
0
function clearEditSession()
{
    $fieldid = $_REQUEST['id'];
    _clearEditSessionVars($fieldid);
    header('Location: ' . xhelpMakeURI(XHELP_ADMIN_URL . '/fields.php', array('op' => 'editfield', 'id' => $fieldid), false));
}