| #629 | public function xedit($post = array(), $user = array(), $table = 'article'){ |
| #630 | |
| #631 | |
| #632 | if( !isset($post['id']) ){ |
| #633 | return array('err'=>1 ,'msg'=>lang('id_not_exists')); |
| #634 | } |
| #635 | $isremote = isset($post['isremote']) ? (int)$post['isremote'] : 0; |
| #636 | |
| #637 | $err = $this->check_post($post, 0); |
| #638 |