r19218 - htdocs/trunk - Fix rss feed, patch by Tao Wang

Geert Janssens gjanssens at code.gnucash.org
Thu Jun 3 09:59:20 EDT 2010


Author: gjanssens
Date: 2010-06-03 09:59:19 -0400 (Thu, 03 Jun 2010)
New Revision: 19218
Trac: http://svn.gnucash.org/trac/changeset/19218

Modified:
   htdocs/trunk/atom.php
Log:
Fix rss feed, patch by Tao Wang

Modified: htdocs/trunk/atom.php
===================================================================
--- htdocs/trunk/atom.php	2010-06-02 20:50:35 UTC (rev 19217)
+++ htdocs/trunk/atom.php	2010-06-03 13:59:19 UTC (rev 19218)
@@ -1,7 +1,7 @@
 <?php
   // TODO:
   // - reasonable permalinks
-#  include("local.php");
+  $top_dir = ".";
 
   $contentType = "application/atom+xml";
   $overrideContentType = $_GET["content-type"];



More information about the gnucash-changes mailing list