[Gnucash-changes] r14131 - htdocs/trunk/news - Add some debugging to the news-script

Derek Atkins warlord at cvs.gnucash.org
Thu May 18 10:50:42 EDT 2006


Author: warlord
Date: 2006-05-18 10:50:42 -0400 (Thu, 18 May 2006)
New Revision: 14131
Trac: http://svn.gnucash.org/trac/changeset/14131

Modified:
   htdocs/trunk/news/news-script.php
Log:
Add some debugging to the news-script


Modified: htdocs/trunk/news/news-script.php
===================================================================
--- htdocs/trunk/news/news-script.php	2006-05-18 14:46:18 UTC (rev 14130)
+++ htdocs/trunk/news/news-script.php	2006-05-18 14:50:42 UTC (rev 14131)
@@ -101,6 +101,9 @@
     //  Sort  files  in  descending  date order
     arsort($newsfile);
 
+    // a little debugging
+    echo("<!-- in news/news-script.php: top_dir = $top_dir -->\n");
+
     //  Output  files  to  browser
     for(reset($newsfile);  $key  =  key($newsfile);  next($newsfile))
     {



More information about the gnucash-changes mailing list