r19137 - htdocs/trunk - Add some debugging information to find a namazu bug

Geert Janssens gjanssens at code.gnucash.org
Fri May 7 12:20:25 EDT 2010


Author: gjanssens
Date: 2010-05-07 12:20:25 -0400 (Fri, 07 May 2010)
New Revision: 19137
Trac: http://svn.gnucash.org/trac/changeset/19137

Modified:
   htdocs/trunk/lang.php
Log:
Add some debugging information to find a namazu bug

Modified: htdocs/trunk/lang.php
===================================================================
--- htdocs/trunk/lang.php	2010-05-07 15:57:06 UTC (rev 19136)
+++ htdocs/trunk/lang.php	2010-05-07 16:20:25 UTC (rev 19137)
@@ -4,7 +4,10 @@
 
 # choose a default language based on the client browser's preferred
 # language list
+echo ("<!-- LANG: $LANG, ENV_LANG: $_ENV["LANG"] , SCRIPT_NAME: $_SERVER["SCRIPT_NAME"], PATH_INFO: $_SERVER["PATH_INFO"] -->\n");
+echo ("<!-- top_dir: $top_dir -->\n");
 
+
 # key: locale, value: lang_dir
 $supported_languages = array(
         'de_DE' => 'de', 'es_ES' => 'es', 'fr_FR' => 'fr',



More information about the gnucash-changes mailing list