Ignore:
Timestamp:
Jul 19, 2009, 3:11:12 PM (15 years ago)
Author:
tiico
Message:

Pb with last commit (3636)
Convert all file into UTF8 and Unix format
Add TODO in chinese language file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/piclens/generate_rss.php

    r3619 r3637  
    512512               
    513513            echo "<title><![CDATA["
    514                   .parse($obj->my_config['piclens_rss_name'], $row)
     514                  .parse($obj->my_config['piclens_rss_name'], $row, $plugins_ExtendedDesc)
    515515                  ."]]></title>\n";
    516516
    517517
    518518            echo '<media:description type="html"><![CDATA['
    519                 .parse($obj->my_config['piclens_rss_desc'], $row)
     519                .parse($obj->my_config['piclens_rss_desc'], $row, $plugins_ExtendedDesc)
    520520                .']]> </media:description>';
    521521                 
     
    656656
    657657
    658 function parse($data, $row)
     658function parse($data, $row, $plugins_ExtendedDesc = false)
    659659{
    660660        include (PICLENS_PATH.'include/config_param.inc.php');
Note: See TracChangeset for help on using the changeset viewer.