r21953 - htdocs/branches/beta - Add debug code.

Cristian Marchi cmarchi at code.gnucash.org
Sat Feb 4 03:54:00 EST 2012


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

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

Modified: htdocs/branches/beta/docs.phtml
===================================================================
--- htdocs/branches/beta/docs.phtml	2012-02-04 08:48:36 UTC (rev 21952)
+++ htdocs/branches/beta/docs.phtml	2012-02-04 08:53:59 UTC (rev 21953)
@@ -13,6 +13,7 @@
 $tcfile   = "gnucash-guide.pdf";
 $langpath = 'C';
 $l_arg = parse_url($_SERVER['REQUEST_URI']);
+print_r($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