| #519 | public function xedit($post = array(), $user = array(), $table = 'article'){ |
| #520 | |
| #521 | |
| #522 | if( !isset($post['id']) ){ |
| #523 | return array('err'=>1 ,'msg'=>lang('id_not_exists')); |
| #524 | } |
| #525 | $isremote = isset($post['isremote']) ? (int)$post['isremote'] : 0; |
| #526 | |
| #527 | $err = $this->check_post($post, 0); |
| #528 |