r19138 - htdocs/trunk - More debugging stuff

Geert Janssens gjanssens at code.gnucash.org
Fri May 7 12:27:36 EDT 2010


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

Modified:
   htdocs/trunk/lang.php
Log:
More debugging stuff

Modified: htdocs/trunk/lang.php
===================================================================
--- htdocs/trunk/lang.php	2010-05-07 16:20:25 UTC (rev 19137)
+++ htdocs/trunk/lang.php	2010-05-07 16:27:36 UTC (rev 19138)
@@ -4,7 +4,7 @@
 
 # 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 ("<!-- LANG: $LANG, ENV_LANG: ".$_ENV['LANG']." , SCRIPT_NAME: ".$_SERVER['SCRIPT_NAME'].", PATH_INFO: ".$_SERVER['PATH_INFO']." -->\n");
 echo ("<!-- top_dir: $top_dir -->\n");
 
 



More information about the gnucash-changes mailing list