불필요한 주석 제거

This commit is contained in:
kkigomi
2023-08-31 21:17:40 +09:00
parent 4b9b1af01e
commit 8cd1df0f43
4 changed files with 1 additions and 4 deletions

View File

@ -191,7 +191,6 @@ if ($copy_case == 'schema_data_both') {
sql_query($sql, false);
// 4.00.01
// 위의 코드는 같은 테이블명을 사용하였다는 오류가 발생함. (희한하네 ㅡㅡ;)
$sql = " select * from {$g5['board_file_table']} where bo_table = '$bo_table' ";
$result = sql_query($sql, false);
for ($i = 0; $row = sql_fetch_array($result); $i++) {