Changeset 335:ec8fd14ea49f
- Timestamp:
- 06/04/11 14:31:52 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.blog.php
r302 r335 1025 1025 $strReq .= "AND post_type = 'post' "; 1026 1026 } 1027 1027 1028 1028 if (!empty($params['year'])) { 1029 1029 $strReq .= 'AND '.$this->con->dateFormat('post_dt','%Y')." = '".sprintf('%04d',$params['year'])."' "; … … 1165 1165 $cur->post_upddt = date('Y-m-d H:i:s'); 1166 1166 1167 # �If user is only "usage", we need to check the post's owner1167 #If user is only "usage", we need to check the post's owner 1168 1168 if (!$this->core->auth->check('contentadmin',$this->id)) 1169 1169 {
Note: See TracChangeset
for help on using the changeset viewer.