$i) { $id = intval($id); if ($id > 0) { $ids[] = $id; } } } /* Perform package base actions. */ $ret = false; $output = ""; if (check_token()) { if (current_action("do_Flag")) { list($ret, $output) = pkgbase_flag($ids, $_POST['comments']); } if ($ret) { header('Location: ' . get_pkgbase_uri($pkgbase_name) . $fragment); exit(); } } /* Get default comment. */ $comment = ''; if (isset($_POST['comments'])) { $comment = $_POST['comments']; } html_header(__("Flag Package Out-Of-Date")); if (has_credential(CRED_PKGBASE_FLAG)): ?>
= __('Use this form to flag the package base %s%s%s and the following packages out-of-date: ', '', htmlspecialchars($pkgbase_name), ''); ?>
= __('Please do %snot%s use this form to report bugs. Use the package comments instead.', '', ''); ?> = __('Enter details on why the package is out-of-date below, preferably including links to the release announcement or the new release tarball.'); ?>