Changeset 2132 for trunk/feed.php


Ignore:
Timestamp:
Oct 10, 2007, 12:43:09 AM (17 years ago)
Author:
rvelices
Message:
  • RSS feed is PWG charset
  • iptc are now converted from iso-8859-1 or utf-8 (automatic detection) to pwg charset
  • remove function get_language_filepath
  • load_language also checks for the default language
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/feed.php

    r2029 r2132  
    108108
    109109$rss = new UniversalFeedCreator();
    110 
     110$rss->encoding=get_pwg_charset();
    111111$rss->title = $conf['gallery_title'];
    112112$rss->title.= ' (as '.$user['username'].')';
Note: See TracChangeset for help on using the changeset viewer.