mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Commented out debugging code
This commit is contained in:
parent
bd23e396a4
commit
7363a0355b
@ -132,7 +132,7 @@ function algebra_filter ($courseid, $text) {
|
||||
$text = str_replace($matches[0][$i],$replacement,$text);
|
||||
}
|
||||
|
||||
if (isadmin()) { error_reporting (E_ALL); }; //for debugging
|
||||
//if (isadmin()) { error_reporting (E_ALL); }; //for debugging
|
||||
|
||||
// <algebra> some algebraic input expression </algebra>
|
||||
// or @@ some algebraic input expression @@
|
||||
|
@ -124,7 +124,7 @@ function tex_filter ($courseid, $text) {
|
||||
$text = str_replace($matches[0][$i],$replacement,$text);
|
||||
}
|
||||
|
||||
if (isadmin()) { error_reporting (E_ALL); }; //for debugging
|
||||
//if (isadmin()) { error_reporting (E_ALL); }; //for debugging
|
||||
|
||||
// <tex> TeX expression </tex>
|
||||
// or $$ TeX expression $$
|
||||
|
Loading…
x
Reference in New Issue
Block a user