r21959 - htdocs/branches/beta - Debug.

Cristian Marchi cmarchi at code.gnucash.org
Sun Feb 5 03:18:54 EST 2012


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

Modified:
   htdocs/branches/beta/docs.phtml
Log:
Debug.

Modified: htdocs/branches/beta/docs.phtml
===================================================================
--- htdocs/branches/beta/docs.phtml	2012-02-05 08:16:31 UTC (rev 21958)
+++ htdocs/branches/beta/docs.phtml	2012-02-05 08:18:54 UTC (rev 21959)
@@ -15,7 +15,7 @@
 $l_arg = parse_url($_SERVER['REQUEST_URI']);
 print_r($l_arg);
 if (is_null($l_arg[query])) { $l_arg = $_COOKIE['lang_cookie']; }
-echo $l_arg[query];
+echo $l_arg;
 if ($l_arg[query]) { /* There is a language argument */
   switch ($l_arg[query]) {
     case "lang=de_DE":



More information about the gnucash-changes mailing list