#624 | 'iscomment' => isset($post['iscomment']) ? (int)$post['iscomment'] : 0, |
#625 | 'comments' => (int)$olddata['comments'], |
#626 | 'flags' => implode(',', $flags), |
#627 | 'seo_title' => isset($post['seo_title']) ? trim(strip_tags($post['seo_title'])) : '', |
#628 | 'seo_keywords' => isset($post['seo_keywords']) ? trim(strip_tags($post['seo_keywords'])) : '', |
#629 | 'seo_description' => isset($post['seo_description']) ? trim(strip_tags($post['seo_description'])) : '', |
#630 | 'jumpurl' => isset($post['jumpurl']) ? trim($post['jumpurl']) : '', |
#631 | ); |
#632 | |
#633 |