Changeset 836 in ExiteCMS for modules/common/gallery/php-files/modules/gallery/rss.php
- Timestamp:
- 09/23/07 23:49:33 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/gallery/php-files/modules/gallery/rss.php
r833 r836 270 270 271 271 $xml_header = 'xml version="1.0"'; 272 if ($gallery->locale == 0) { 273 $gallery->locale = 'ISO-8859-1'; 274 } 275 276 echo '<' . '?xml version="1.0" encoding="' . $gallery->locale . '"?' . '>'; 272 273 echo '<' . '?xml version="1.0" encoding="' . $GLOBALS['locale']['charset'] . '"?' . '>'; 277 274 278 275 ?>
Note: See TracChangeset
for help on using the changeset viewer.
