Browse Source

[svn r10048] remove a "echo $sql"

Eric Marguin 18 years ago
parent
commit
2197c3a3fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/admin/configure_extensions.php

+ 1 - 1
main/admin/configure_extensions.php

@@ -50,7 +50,7 @@ if(isset($_POST['activeExtension'])){
 			
 			// select all the courses and insert the tool inside
 			$sql = 'SELECT db_name FROM '.Database::get_main_table(MAIN_COURSE_TABLE);
-			echo $sql;
+			
 			$rs = api_sql_query($sql);
 			while($row = mysql_fetch_array($rs)){