diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2018-01-29 15:31:00 +0100 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2018-01-29 15:31:00 +0100 |
commit | 70f3702b5d5addcd029488d5194e8d6855c1a45f (patch) | |
tree | e3eb33319c0ca177776aa10f8245f7209275bf40 /parser.php | |
parent | 54a193aa5cdeb2aa01778a5d39db019fcf51c31d (diff) |
suppress require_login from parser
Diffstat (limited to 'parser.php')
-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. * |