added db dump in dbbackup on root

This commit is contained in:
2024-09-21 11:06:38 +02:00
parent 225d1f3531
commit 7a9608fe7f
2 changed files with 60482 additions and 45 deletions
File diff suppressed because it is too large Load Diff
@@ -28,7 +28,6 @@ foreach($arr_total_products as $product) {
if (count($product_info) > 0) { if (count($product_info) > 0) {
$idproducts = $product_info[0]['idproducts']; $idproducts = $product_info[0]['idproducts'];
} else { // have to insert new } else { // have to insert new
$arr_product_need_idx = array(); $arr_product_need_idx = array();
for ($i = 0; $i < count($arr_associate); $i++) { for ($i = 0; $i < count($arr_associate); $i++) {