- 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
This commit is contained in:
rvelices
2008-04-04 19:47:07 +00:00
parent 0c1e61c481
commit 2a1edc5c3d
3 changed files with 12 additions and 11 deletions

View File

@@ -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");