From cde7362ae0e9858cf0eda4a1c81b1f1e4c78cc97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AE=E3=81=B6?= Date: Tue, 31 Jul 2018 20:48:12 +0900 Subject: [PATCH] =?UTF-8?q?fix=20#109=20=E4=B8=8D=E8=A6=81=E3=81=A8?= =?UTF-8?q?=E3=81=AA=E3=81=A3=E3=81=9F=E3=82=B7=E3=83=BC=E3=82=B1=E3=83=B3?= =?UTF-8?q?=E3=82=B9=E3=81=AE=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/install/index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/html/install/index.php b/html/install/index.php index f6bcd118ca..f72d83d323 100644 --- a/html/install/index.php +++ b/html/install/index.php @@ -1111,7 +1111,6 @@ function getSequences() { return array( array('dtb_best_products', 'best_id'), - array('dtb_bloc', 'bloc_id'), array('dtb_category', 'category_id'), array('dtb_class', 'class_id'), array('dtb_classcategory', 'classcategory_id'), @@ -1129,7 +1128,6 @@ function getSequences() array('dtb_order', 'order_id'), array('dtb_order_detail', 'order_detail_id'), array('dtb_other_deliv', 'other_deliv_id'), - array('dtb_pagelayout', 'page_id'), array('dtb_payment', 'payment_id'), array('dtb_products_class', 'product_class_id'), array('dtb_products', 'product_id'),