diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2018-01-02 16:09:44 +0100 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2018-01-02 16:09:44 +0100 |
commit | f3b9667fd8fccdf100e760cdd196573aa041968c (patch) | |
tree | 11fc3b805d727a1f06cced3c6b0cb2d2f259c507 /questiontype.php | |
parent | 99656366553e3eada13f4f3990ab109e925a108a (diff) |
Fix style of xmlrpc-utils
Diffstat (limited to 'questiontype.php')
-rw-r--r-- | questiontype.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/questiontype.php b/questiontype.php index 347b427..d2d283d 100644 --- a/questiontype.php +++ b/questiontype.php @@ -27,7 +27,6 @@ defined('MOODLE_INTERNAL') || die(); require_once($CFG->dirroot . '/question/type/questiontypebase.php'); require_once($CFG->dirroot . '/question/type/algebra/question.php'); require_once($CFG->dirroot . '/question/type/algebra/parser.php'); -require_once($CFG->dirroot . '/question/type/algebra/xmlrpc-utils.php'); /** * ALGEBRA QUESTION TYPE CLASS |