Sfoglia il codice sorgente

[svn r20850] Fixed image for test repository FS#4232

Arthur Portugal 16 anni fa
parent
commit
1949e16f3b
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      main/exercice/question.class.php
  2. BIN
      main/img/database.png

+ 3 - 3
main/exercice/question.class.php

@@ -1,4 +1,4 @@
-<?php // $Id: question.class.php 20795 2009-05-18 18:05:02Z iflorespaz $
+<?php // $Id: question.class.php 20850 2009-05-19 19:01:30Z aportugal $
  
 /*
 ==============================================================================
@@ -28,7 +28,7 @@
 *	File containing the Question class.
 *	@package dokeos.exercise
 * 	@author Olivier Brouckaert
-* 	@version $Id: question.class.php 20795 2009-05-18 18:05:02Z iflorespaz $
+* 	@version $Id: question.class.php 20850 2009-05-19 19:01:30Z aportugal $
 */
 
 
@@ -1105,7 +1105,7 @@ abstract class Question
 		} else {
 			echo $url = '<a href="question_pool.php?fromExercise='.$exerciseId.'">';	
 		}
-		echo Display::return_icon('database.gif', get_lang('GetExistingQuestion'), '');		
+		echo Display::return_icon('database.png', get_lang('GetExistingQuestion'), '');		
 		echo '</a><br>';
 		echo $url;
 		echo get_lang('GetExistingQuestion');

BIN
main/img/database.png