r21954 - htdocs/branches/beta - Add more debug code.

Cristian Marchi cmarchi at code.gnucash.org
Sat Feb 4 03:58:24 EST 2012


Author: cmarchi
Date: 2012-02-04 03:58:24 -0500 (Sat, 04 Feb 2012)
New Revision: 21954
Trac: http://svn.gnucash.org/trac/changeset/21954

Modified:
   htdocs/branches/beta/docs.phtml
Log:
Add more debug code.

Modified: htdocs/branches/beta/docs.phtml
===================================================================
--- htdocs/branches/beta/docs.phtml	2012-02-04 08:53:59 UTC (rev 21953)
+++ htdocs/branches/beta/docs.phtml	2012-02-04 08:58:24 UTC (rev 21954)
@@ -14,6 +14,7 @@
 $langpath = 'C';
 $l_arg = parse_url($_SERVER['REQUEST_URI']);
 print_r($l_arg);
+echo $l_arg[query];
 if ($l_arg) { /* There is a language argument */
   switch ($l_arg) {
     case "lang=de_DE":



More information about the gnucash-changes mailing list