Dotclear

Changeset 333


Ignore:
Timestamp:
02/18/08 20:12:51 (16 years ago)
Author:
sacha
Message:

Dcom - typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcom/_public.php

    r271 r333  
    7272          $url = 
    7373          $date = $title = $author = $comment = ''; 
    74           $s_url = (strpos($p['stringformat'],'%5$s') === false) ? false : true; 
    75           $s_date = (strpos($p['stringformat'],'%1$s') === false) ? false : true; 
    76           $s_title = (strpos($p['stringformat'],'%2$s') === false) ? false : true; 
    77           $s_author = (strpos($p['stringformat'],'%3$s') === false) ? false : true; 
    78           $s_comment = (strpos($p['stringformat'],'%4$s') === false) ? false : true; 
     74          $s_url = strpos($p['stringformat'],'%5$s') === false ? false : true; 
     75          $s_date = strpos($p['stringformat'],'%1$s') === false ? false : true; 
     76          $s_title = strpos($p['stringformat'],'%2$s') === false ? false : true; 
     77          $s_author = strpos($p['stringformat'],'%3$s') === false ? false : true; 
     78          $s_comment = strpos($p['stringformat'],'%4$s') === false ? false : true; 
    7979           
    8080          while ($rs->fetch()) 
Note: See TracChangeset for help on using the changeset viewer.

Sites map