Kaynağa Gözat

Disabling debug

Julio Montoya 12 yıl önce
ebeveyn
işleme
daab4cc29d
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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">';
 		echo '<table width="100%" border="0" cellspacing="3" cellpadding="0">';
 		
 		
 		if ($is_allowedToEdit && $locked == false && !api_is_drh() ) {
 		if ($is_allowedToEdit && $locked == false && !api_is_drh() ) {