MDL-47930 mod_forum: Display all forum statuses correctly
[moodle.git] / course / delete_category_form.php
blobfa694f4f5acdc6a18e4fb0738f367807f3e4e5c5
1 <?php
2 // This file is part of Moodle - http://moodle.org/
3 //
4 // Moodle is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU General Public License as published by
6 // the Free Software Foundation, either version 3 of the License, or
7 // (at your option) any later version.
8 //
9 // Moodle is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU General Public License for more details.
14 // You should have received a copy of the GNU General Public License
15 // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
18 /**
19 * Delete category form.
21 * This file has been deprecated since 2.6.
22 * The class delete_category_form has been renamed to core_course_deletecategory_form and is now autloaded.
23 * Please update your code to use that new class.
25 * @deprecated since 2.6
26 * @package core_course
27 * @copyright 2002 onwards Martin Dougiamas (http://dougiamas.com)
28 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
31 defined('MOODLE_INTERNAL') || die;
33 /**
34 * Class delete_category_form
36 * The class delete_category_form has been renamed to core_course_deletecategory_form and is now autloaded.
37 * Please update your code to use that new class.
39 * @deprecated since 2.6
40 * @todo remove in 2.7 MDL-41502
41 * @package core_course
42 * @copyright 2002 onwards Martin Dougiamas (http://dougiamas.com)
43 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
45 class delete_category_form extends core_course_deletecategory_form {
46 // Nothing to do here.