Пример #1
0
function cancelGroup($option)
{
    $mainframe = JFactory::getApplication();
    $database = JFactory::getDBO();
    $row = new mosDMGroups($database);
    $row->bind(DOCMAN_Utils::stripslashes($_POST));
    $row->checkin();
    $mainframe->redirect("index.php?option={$option}&section=groups");
}
Пример #2
0
function cancelGroup($option)
{
    global $database;
    $row = new mosDMGroups($database);
    $row->bind(DOCMAN_Utils::stripslashes($_POST));
    $row->checkin();
    mosRedirect("index2.php?option={$option}&section=groups");
}