|
@@ -54,31 +54,31 @@ function not_null($str)
|
|
|
return (empty($str)) ? '' : $str;
|
|
|
}
|
|
|
|
|
|
-//$tmreq = new tmrequest();
|
|
|
-//$tmreq->proc();
|
|
|
-
|
|
|
-
|
|
|
-//
|
|
|
-//$cat = new category();
|
|
|
-//$cat->proc();
|
|
|
-//
|
|
|
-//$treater = new pretreat_tmdata();
|
|
|
-//$treater->proc(false);
|
|
|
-//
|
|
|
-//
|
|
|
-//$spec = new spec_attr_parser();
|
|
|
-//$spec->proc();
|
|
|
-//
|
|
|
-//$importer = new product_importer();
|
|
|
-//$importer->proc_shop();
|
|
|
-
|
|
|
-//$brander = new brand_operator();
|
|
|
-//$brander->create();
|
|
|
-//$brander->update_brand();
|
|
|
-
|
|
|
-//$ichecker = new importer_check();
|
|
|
-//$ichecker->proc();
|
|
|
-
|
|
|
-$filter = new body_filder();
|
|
|
-$filter->fillbody();
|
|
|
-$filter->proc();
|
|
|
+$tmreq = new tmrequest();
|
|
|
+$tmreq->proc();
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+$cat = new category();
|
|
|
+$cat->proc();
|
|
|
+
|
|
|
+$treater = new pretreat_tmdata();
|
|
|
+$treater->proc(false);
|
|
|
+
|
|
|
+
|
|
|
+$spec = new spec_attr_parser();
|
|
|
+$spec->proc();
|
|
|
+
|
|
|
+$importer = new product_importer();
|
|
|
+$importer->proc_shop();
|
|
|
+
|
|
|
+$brander = new brand_operator();
|
|
|
+$brander->create();
|
|
|
+$brander->update_brand();
|
|
|
+
|
|
|
+$ichecker = new importer_check();
|
|
|
+$ichecker->proc();
|
|
|
+
|
|
|
+//$filter = new body_filder();
|
|
|
+//$filter->fillbody();
|
|
|
+//$filter->proc();
|