Dotclear

Changeset 335:ec8fd14ea49f


Ignore:
Timestamp:
06/04/11 14:31:52 (14 years ago)
Author:
sacha <digimag@…>
Branch:
default
Message:

Fixed some typography

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/core/class.dc.blog.php

    r302 r335  
    10251025               $strReq .= "AND post_type = 'post' "; 
    10261026          } 
    1027                      
     1027           
    10281028          if (!empty($params['year'])) { 
    10291029               $strReq .= 'AND '.$this->con->dateFormat('post_dt','%Y')." = '".sprintf('%04d',$params['year'])."' "; 
     
    11651165          $cur->post_upddt = date('Y-m-d H:i:s'); 
    11661166           
    1167           #If user is only "usage", we need to check the post's owner 
     1167          #If user is only "usage", we need to check the post's owner 
    11681168          if (!$this->core->auth->check('contentadmin',$this->id)) 
    11691169          { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map