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/include/feedcreator.class.php

    r1900 r2132  
    392392                foreach ($vars as $key => $value) {
    393393                        // prevent overwriting of properties "contentType", "encoding"; do not copy "_feed" itself
    394                         if (!in_array($key, array("_feed", "contentType", "encoding"))) {
     394                        if (!in_array($key, array("_feed", "contentType"/*PWG, "encoding"*/))) {
    395395                                $this->_feed->{$key} = $this->{$key};
    396396                        }
Note: See TracChangeset for help on using the changeset viewer.