r22497 - htdocs/branches/beta - Fix unmatched variables

Geert Janssens gjanssens at code.gnucash.org
Thu Nov 1 17:30:51 EDT 2012


Author: gjanssens
Date: 2012-11-01 17:30:51 -0400 (Thu, 01 Nov 2012)
New Revision: 22497
Trac: http://svn.gnucash.org/trac/changeset/22497

Modified:
   htdocs/branches/beta/viewdoc.phtml
Log:
Fix unmatched variables

Modified: htdocs/branches/beta/viewdoc.phtml
===================================================================
--- htdocs/branches/beta/viewdoc.phtml	2012-11-01 21:28:06 UTC (rev 22496)
+++ htdocs/branches/beta/viewdoc.phtml	2012-11-01 21:30:51 UTC (rev 22497)
@@ -94,13 +94,13 @@
 } else {
   # For the stable versions, we can simply check file availability because we're
   # on the same server
-  $checkpath="docs/v".$showversion."/".$showlang."/".$showdoc;
+  $checkpath="docs/v".$showrev."/".$showlang."/".$showdoc;
   if (!file_exists ($checkpath)) {
     $showlang    = "C";
     $req_lang_ok = false;
   }
   
-  $showurl=$basepath."/v".$showversion."/".$showlang."/".$showdoc;
+  $showurl=$basepath."/v".$showrev."/".$showlang."/".$showdoc;
 }
 
 ?>



More information about the gnucash-changes mailing list