]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-12888 - remove require to form no longer used
authorpoltawski <poltawski>
Wed, 9 Jan 2008 11:04:39 +0000 (11:04 +0000)
committerpoltawski <poltawski>
Wed, 9 Jan 2008 11:04:39 +0000 (11:04 +0000)
merged from MOODLE_19_STABLE

course/category.php

index ff79afcbc04f6b55efeee9a20e93890287637249..c4a1129f47125446f2e1c103ae6f97797b2b02bd 100644 (file)
@@ -5,7 +5,6 @@
 
     require_once("../config.php");
     require_once("lib.php");
-    require_once('category_add_form.php');
 
     $id           = required_param('id', PARAM_INT);          // Category id
     $page         = optional_param('page', 0, PARAM_INT);     // which page to show