dever 2 년 전
부모
커밋
62befd2d92
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      lib/Manage.php

+ 0 - 1
lib/Manage.php

@@ -9,7 +9,6 @@ class Manage
     {
     {
         $area = Dever::param('area', $param);
         $area = Dever::param('area', $param);
         if ($area) {
         if ($area) {
-            $temp = explode(',', $area);
             $update['where_id'] = $id;
             $update['where_id'] = $id;
             $update['province'] = $temp[0];
             $update['province'] = $temp[0];
             $update['city'] = $temp[1];
             $update['city'] = $temp[1];