r22500 - htdocs/branches/beta - Simple change to force file upload again

Geert Janssens gjanssens at code.gnucash.org
Thu Nov 1 17:49:02 EDT 2012


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

Modified:
   htdocs/branches/beta/viewdoc.phtml
Log:
Simple change to force file upload again

Modified: htdocs/branches/beta/viewdoc.phtml
===================================================================
--- htdocs/branches/beta/viewdoc.phtml	2012-11-01 21:41:29 UTC (rev 22499)
+++ htdocs/branches/beta/viewdoc.phtml	2012-11-01 21:49:01 UTC (rev 22500)
@@ -28,9 +28,9 @@
 
 # Requested language is set in $locale by included lang.php
 if ($locale == "en_US") {
-  $showlang    = "C";
+  $showlang  = "C";
 } else {
-  $showlang    = $locale;
+  $showlang  = $locale;
 }
 $req_lang_ok = true;
 
@@ -74,7 +74,7 @@
         $showrev = "trunk";
         break;
     default:  /* unknown version requested, will current stable by default */
-	$req_rev_ok = false;
+        $req_rev_ok = false;
         break;
   }
 }



More information about the gnucash-changes mailing list