function cancelLicense($option) { global $database; $row = new mosDMLicenses($database); $row->bind(DOCMAN_Utils::stripslashes($_POST)); $row->checkin(); mosRedirect("index2.php?option={$option}§ion=licenses"); }
function cancelLicense($option) { $mainframe = JFactory::getApplication(); $database = JFactory::getDBO(); $row = new mosDMLicenses($database); $row->bind(DOCMAN_Utils::stripslashes($_POST)); $row->checkin(); $mainframe->redirect("index.php?option={$option}§ion=licenses"); }