Dotclear

Changeset 3543:3874363133cd for inc


Ignore:
Timestamp:
03/22/17 16:19:54 (8 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Remove unecessary code (thanks adjaya for report)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/core/class.dc.rs.extensions.php

    r3424 r3543  
    366366     { 
    367367          return 'urn:md5:'.md5($rs->core->blog->uid.$rs->post_id); 
    368  
    369           $url = parse_url($rs->core->blog->url); 
    370           $date_part = date('Y-m-d',strtotime($rs->post_creadt)); 
    371  
    372           return 'tag:'.$url['host'].','.$date_part.':'.$rs->post_id; 
    373368     } 
    374369 
     
    710705     { 
    711706          return 'urn:md5:'.md5($rs->core->blog->uid.$rs->comment_id); 
    712  
    713           $url = parse_url($rs->core->blog->url); 
    714           $date_part = date('Y-m-d',strtotime($rs->comment_dt)); 
    715  
    716           return 'tag:'.$url['host'].','.$date_part.':'.$rs->comment_id; 
    717707     } 
    718708 
Note: See TracChangeset for help on using the changeset viewer.

Sites map