r21952 - htdocs/branches/beta - Remove last argument in the parse_url command.

Cristian Marchi cmarchi at code.gnucash.org
Sat Feb 4 03:48:37 EST 2012


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

Modified:
   htdocs/branches/beta/docs.phtml
Log:
Remove last argument in the parse_url command.

Modified: htdocs/branches/beta/docs.phtml
===================================================================
--- htdocs/branches/beta/docs.phtml	2012-02-04 08:42:54 UTC (rev 21951)
+++ htdocs/branches/beta/docs.phtml	2012-02-04 08:48:36 UTC (rev 21952)
@@ -12,7 +12,7 @@
 $helpfile = "gnucash-help.pdf";
 $tcfile   = "gnucash-guide.pdf";
 $langpath = 'C';
-$l_arg = parse_url($_SERVER['REQUEST_URI'], PHP_URL_QUERY);
+$l_arg = parse_url($_SERVER['REQUEST_URI']);
 if ($l_arg) { /* There is a language argument */
   switch ($l_arg) {
     case "lang=de_DE":



More information about the gnucash-changes mailing list