MDL-12888 - remove require to form no longer used

merged from MOODLE_19_STABLE
This commit is contained in:
poltawski 2008-01-09 10:57:45 +00:00
parent f62cb19d89
commit 8bbcf67bce

View File

@ -4,7 +4,6 @@
require_once("../config.php");
require_once("lib.php");
require_once('category_add_form.php');
$categoryedit = optional_param('categoryedit', -1,PARAM_BOOL);
$delete = optional_param('delete',0,PARAM_INT);