final fix I think
This commit is contained in:
@@ -25,12 +25,12 @@
|
||||
$arr_old_column_name = array();
|
||||
$arr_old_headerfile = array();
|
||||
$arr_old_db_headerfile = array();
|
||||
foreach($arr_exist_info->Results as $item) {
|
||||
foreach($arr_exist_info->Results as $item) {
|
||||
array_push($arr_old_table_name, $item['table_name']);
|
||||
array_push($arr_old_column_name, $item['column_name']);
|
||||
array_push($arr_old_headerfile, $item['headerfile']);
|
||||
array_push($arr_old_db_headerfile, $item['db_headerfile']);
|
||||
}
|
||||
}
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
@@ -258,7 +258,7 @@
|
||||
<tr>
|
||||
<td><?=$arr_old_headerfile[$i]?></td>
|
||||
<td><i class="ion-arrow-right-c" style="width: 30px"></i></td>
|
||||
<td><?=$arr_old_db_headerfile[$i]?></td>
|
||||
<td><?=$arr_old_column_name[$i]?></td>
|
||||
<td><input class="hidden" value="<?=$arr_old_table_name[$i]?>"><input class="hidden" value="<?=$arr_old_column_name[$i]?>"><a onclick="onRemoveResult(this)" style="color: red; padding: 5px; cursor:pointer; font-size: 16px"><i class="ion-close-circled"></i></a></td>
|
||||
</tr>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user