| #729 | 'intro' => $intro, |
| #730 | 'pic' => isset($post['pic']) ? trim($post['pic']) : '', |
| #731 | 'uid' => $uid, |
| #732 | 'author' => $author, |
| #733 | 'source' => isset($post['source']) ? trim($post['source']) : '', |
| #734 | 'lasttime' => isset($post['lasttime']) ? $post['lasttime'] : $_ENV['_time'], |
| #735 | 'ip' => isset($post['ip']) ? $post['ip'] : ip2long($_ENV['_ip']), |
| #736 | 'imagenum' => $olddata['imagenum'], |
| #737 | 'filenum' => $olddata['filenum'], |
| #738 | 'iscomment' => isset($post['iscomment']) ? (int)$post['iscomment'] : 0, |