Commented out debugging code

This commit is contained in:
fiedorow 2004-04-26 15:20:10 +00:00
parent bd23e396a4
commit 7363a0355b
2 changed files with 2 additions and 2 deletions

View File

@ -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 @@

View File

@ -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 $$