소스 검색

[svn r10048] remove a "echo $sql"

Eric Marguin 18 년 전
부모
커밋
2197c3a3fb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)){