r21963 - htdocs/branches/beta - More debug.

Cristian Marchi cmarchi at code.gnucash.org
Sun Feb 5 03:36:41 EST 2012


Author: cmarchi
Date: 2012-02-05 03:36:41 -0500 (Sun, 05 Feb 2012)
New Revision: 21963
Trac: http://svn.gnucash.org/trac/changeset/21963

Modified:
   htdocs/branches/beta/docs.phtml
Log:
More debug.

Modified: htdocs/branches/beta/docs.phtml
===================================================================
--- htdocs/branches/beta/docs.phtml	2012-02-05 08:26:44 UTC (rev 21962)
+++ htdocs/branches/beta/docs.phtml	2012-02-05 08:36:41 UTC (rev 21963)
@@ -17,7 +17,7 @@
 print_r($l_argarray);
 print_r($l_arg);
 if (is_null($l_arg)) { $l_arg = $_COOKIE['lang_cookie']; }
-echo $l_arg;
+echo "l_arg=$l_arg";
 if ($l_arg) { /* There is a language argument */
   switch ($l_arg) {
     case "lang=de_DE":



More information about the gnucash-changes mailing list