commit basic source of milestone 2

This commit is contained in:
starthomas610
2024-06-13 15:34:42 -04:00
parent 73f1fddbb4
commit c3596bca87
6 changed files with 419 additions and 20 deletions
@@ -7,7 +7,7 @@ $arr_selected_csv = json_decode($_POST['arr_selected_csv']);
$arr_selected_tbl_title = json_decode($_POST['arr_selected_tbl_title']);
$arr_selected_tbl_name = json_decode($_POST['arr_selected_tbl_name']);
$arr_db_headerfile = json_decode($_POST['arr_db_headerfile']);
ini_set('memory_limit', '128M');
$deleteQuery = new WA_MySQLi_Query($repnew);
$deleteQuery->Action = "delete";
$deleteQuery->Table = "`template_associate`";