r21337 - htdocs/branches/beta - Remove the item section to test if the problem resides there.

Cristian Marchi cmarchi at code.gnucash.org
Sat Sep 24 13:49:28 EDT 2011


Author: cmarchi
Date: 2011-09-24 13:49:28 -0400 (Sat, 24 Sep 2011)
New Revision: 21337
Trac: http://svn.gnucash.org/trac/changeset/21337

Modified:
   htdocs/branches/beta/atom.php
Log:
Remove the item section to test if the problem resides there.

Modified: htdocs/branches/beta/atom.php
===================================================================
--- htdocs/branches/beta/atom.php	2011-09-24 17:45:54 UTC (rev 21336)
+++ htdocs/branches/beta/atom.php	2011-09-24 17:49:28 UTC (rev 21337)
@@ -50,29 +50,6 @@
   ?>
   <updated><?= date_convert_news_to_atom($most_recent_update) ?></updated>
 
-  <?php for (reset($news_items); $key = key($news_items); next($news_items))
-  {
-    $fa = file($key);
-    $n = count($fa);
-    $title = strip_tags(chop($fa[0]));
-    $update_date = chop($fa[1]);
-    ?>
-  <entry>
-    <id>urn:x-gnucash:news:<?= urlencode($key) ?></id>
-    <title><?= $title ?></title>
-    <link rel="alternate" href="http://www.gnucash.org/beta/#<?=generate_anchor($key);?>" />
-    <author>
-      <name>GnuCash Developers</name>
-      <email>gnucash-devel at gnucash.org</email>
-    </author>
-    <updated><?= date_convert_news_to_atom($update_date) ?></updated>
-    <summary>
-        <? for ($i=2; $i<$n; $i++) {
-            print htmlentities($fa[$i]);
-        } ?>
-    <summary>
-  </entry>
-  <?php
-  } ?>
 
+
 </feed>



More information about the gnucash-changes mailing list