| #300 | $id = $del_id = $this->use_del_id->get_first_del_id(); |
| #301 | } |
| #302 | $intro = auto_intro($intro, $contentstr); |
| #303 | |
| #304 | empty($user) AND $user = $this->user->get($uid); |
| #305 | if( empty($user) ){ |
| #306 | return array('err'=>1 ,'msg'=>lang('user_not_exists')); |
| #307 | } |
| #308 | empty($author) AND $author = empty($user['author'] ) ? $user['username'] : $user['author']; |
| #309 |