diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-04-04 19:47:07 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-04-04 19:47:07 +0000 |
commit | 2a1edc5c3ded14f11868f1ebd0df3b2ebfa1c980 (patch) | |
tree | a84fcaa819e3f1442cef023ec5a9ff856aecb574 /include/feedcreator.class.php | |
parent | 0c1e61c481628ecae8b772e971259fc48ecd113b (diff) |
- an optimization of a Mysql query for tags (oddly but it's faster)
- now the dates in the RSS feed are always correct (and in GMT)
git-svn-id: http://piwigo.org/svn/trunk@2296 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/feedcreator.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/feedcreator.class.php b/include/feedcreator.class.php index 5138eb30e..f274b8417 100644 --- a/include/feedcreator.class.php +++ b/include/feedcreator.class.php @@ -156,7 +156,7 @@ echo $rss->saveFeed("RSS1.0", "news/feed.xml"); **************************************************************************/ // your local timezone, set to "" to disable or for GMT -define("TIME_ZONE","+01:00"); +define("TIME_ZONE","+00:00"); |