Commit 2b384ab1 authored by yujiaming's avatar yujiaming

1

parent 06cb228f
...@@ -1099,10 +1099,11 @@ class Sell extends MY_Controller { ...@@ -1099,10 +1099,11 @@ class Sell extends MY_Controller {
}*/ }*/
$functionSwitch = $this->config->item('functionSwitch'); $functionSwitch = $this->config->item('functionSwitch');
if(!empty($functionSwitch['commonImageJoinCheck']) || $pic_check_arr[$key]['surface'] == 1) /*if(!empty($functionSwitch['commonImageJoinCheck']) || $pic_check_arr[$key]['surface'] == 1)
{ {
$this->admin_check->insert_check_pic($pic_check_arr[$key]); $this->admin_check->insert_check_pic($pic_check_arr[$key]);
} }*/
$this->admin_check->insert_check_pic($pic_check_arr[$key]);
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment