diff options
-rw-r--r-- | parser.php | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -23,8 +23,6 @@ defined('MOODLE_INTERNAL') || die(); require_once(__DIR__.'/../../../config.php'); -require_login(); - /** * Helper function which will compare two strings using their length only. * @@ -50,7 +48,6 @@ function qtype_algebra_parser_strlen_sort($a, $b) { return ($alen > $blen) ? -1 : +1; } - /** * Class which represents a single term in an algebraic expression. * |