]> git.mjollnir.org Git - moodle.git/commitdiff
Commented out debugging code
authorfiedorow <fiedorow>
Mon, 26 Apr 2004 15:20:10 +0000 (15:20 +0000)
committerfiedorow <fiedorow>
Mon, 26 Apr 2004 15:20:10 +0000 (15:20 +0000)
filter/algebra/filter.php
filter/tex/filter.php

index 81947657f272fb036c6285bfaaf3fae80b610153..3a45230b63c0196bffddb00eeaf890d90bfd2c56 100644 (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 @@
index 67c67e7ba705f7abe1aafd94cc3d84e711e3ff0d..0fc204a2c4cb5d92021fb158d075dc7328c47554 100644 (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 $$