diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-10-09 22:43:09 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-10-09 22:43:09 +0000 |
commit | 5aafffb22b39c7347e261e2a7f56ba541e5f079e (patch) | |
tree | ddfbb654823b184c8596ba5b62f3597f0860f1f5 /feed.php | |
parent | 762562ddbee37d8facc6aac6a313bb11ea540526 (diff) |
- 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
git-svn-id: http://piwigo.org/svn/trunk@2132 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'feed.php')
-rw-r--r-- | feed.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,7 @@ include_once(PHPWG_ROOT_PATH.'include/feedcreator.class.php'); set_make_full_url(); $rss = new UniversalFeedCreator(); - +$rss->encoding=get_pwg_charset(); $rss->title = $conf['gallery_title']; $rss->title.= ' (as '.$user['username'].')'; |