Browse Source

Disabling debug

Julio Montoya 12 years ago
parent
commit
daab4cc29d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/exercice/exercise_show.php

+ 2 - 2
main/exercice/exercise_show.php

@@ -487,8 +487,8 @@ foreach ($questionList as $questionId) {
 	    }
 	}
 	
-    //if ($show_results) {
-    if (0) {
+    if ($show_results) {
+    //if (0) {
 		echo '<table width="100%" border="0" cellspacing="3" cellpadding="0">';
 		
 		if ($is_allowedToEdit && $locked == false && !api_is_drh() ) {