#629 | 'author' => $author, |
#630 | 'source' => isset($post['source']) ? trim($post['source']) : '', |
#631 | 'lasttime' => isset($post['lasttime']) ? $post['lasttime'] : $_ENV['_time'], |
#632 | 'ip' => isset($post['ip']) ? $post['ip'] : ip2long($_ENV['_ip']), |
#633 | 'imagenum' => $olddata['imagenum'], |
#634 | 'filenum' => $olddata['filenum'], |
#635 | 'iscomment' => isset($post['iscomment']) ? (int)$post['iscomment'] : 0, |
#636 | 'comments' => (int)$olddata['comments'], |
#637 | 'flags' => implode(',', $flags), |
#638 | 'seo_title' => isset($post['seo_title']) ? trim(strip_tags($post['seo_title'])) : '', |