mirror of
https://github.com/moodle/moodle.git
synced 2025-06-16 20:53:33 +02:00
took out a comment, for proper debugging use the new debugging() function
This commit is contained in:
filter
@ -126,8 +126,6 @@ function algebra_filter ($courseid, $text) {
|
||||
$text = str_replace($matches[0][$i],$replacement,$text);
|
||||
}
|
||||
|
||||
//if (isadmin()) { error_reporting (E_ALL); }; //for debugging
|
||||
|
||||
// <algebra> some algebraic input expression </algebra>
|
||||
// or @@ some algebraic input expression @@
|
||||
|
||||
|
@ -115,8 +115,6 @@ function tex_filter ($courseid, $text) {
|
||||
$text = str_replace($matches[0][$i],$replacement,$text);
|
||||
}
|
||||
|
||||
//if (isadmin()) { error_reporting (E_ALL); }; //for debugging
|
||||
|
||||
// <tex> TeX expression </tex>
|
||||
// or $$ TeX expression $$
|
||||
// or \[ TeX expression \] // original tag of MathType and TeXaide (dlnsk)
|
||||
|
Reference in New Issue
Block a user