| #699 | $flags = isset($post['flag']) ? (array)$post['flag'] : array(); |
| #700 | $author =isset($post['author']) ? trim($post['author']) : ''; |
| #701 | $alias = isset($post['alias']) ? strtolower(trim($post['alias'])) : ''; |
| #702 | $auto_pic = isset($this->cfg['auto_pic']) ? (int)$this->cfg['auto_pic'] : 0; //自动提取缩略图 |
| #703 |