Changeset 3340:30cec05f4e63 for inc/core/class.dc.blog.php
- Timestamp:
- 09/09/16 13:30:35 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.blog.php
r3263 r3340 1506 1506 $cur = $this->con->openCursor($this->prefix.'post'); 1507 1507 1508 $cur->cat_id = ($cat_id ? $cat_id: null);1508 $cur->cat_id = ($cat_id ?: null); 1509 1509 $cur->post_upddt = date('Y-m-d H:i:s'); 1510 1510 … … 1530 1530 $cur = $this->con->openCursor($this->prefix.'post'); 1531 1531 1532 $cur->cat_id = ($new_cat_id ? $new_cat_id: null);1532 $cur->cat_id = ($new_cat_id ?: null); 1533 1533 $cur->post_upddt = date('Y-m-d H:i:s'); 1534 1534
Note: See TracChangeset
for help on using the changeset viewer.