]> git.mjollnir.org Git - moodle.git/commitdiff
removing some debugging statements
authortoyomoyo <toyomoyo>
Thu, 5 Oct 2006 03:26:22 +0000 (03:26 +0000)
committertoyomoyo <toyomoyo>
Thu, 5 Oct 2006 03:26:22 +0000 (03:26 +0000)
mod/glossary/view.php

index 76e60e4c954c78ca71f9288b886295266eed1037..604c13df3bf6632cde2b6a868cdc498307b7c501 100644 (file)
     echo '<br />';
     echo '</center>';
     glossary_print_tabbed_table_end();
-    
-    if (debugging() and has_capability('moodle/site:config', get_context_instance(CONTEXT_SYSTEM, SITEID))) {
-        echo '<p>';
-        print_simple_box("$sqlselect<br /> $sqlfrom<br /> $sqlwhere<br /> $sqlorderby<br /> $sqllimit","center","85%");
-
-        echo "<p align=\"right\"><font size=\"-3\">";
-        echo microtime_diff($CFG->startpagetime, microtime());
-        echo "</font></p>";
-    }
 
 /// Finish the page