r22499 - htdocs/branches/beta - Fix rev test

Geert Janssens gjanssens at code.gnucash.org
Thu Nov 1 17:41:29 EDT 2012


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

Modified:
   htdocs/branches/beta/viewdoc.phtml
Log:
Fix rev test

Modified: htdocs/branches/beta/viewdoc.phtml
===================================================================
--- htdocs/branches/beta/viewdoc.phtml	2012-11-01 21:40:07 UTC (rev 22498)
+++ htdocs/branches/beta/viewdoc.phtml	2012-11-01 21:41:29 UTC (rev 22499)
@@ -114,7 +114,7 @@
 <?php if (! $req_doc_ok ) { ?>
 <p style="color: red;"><?= T_("The document requested is not available. The tutorial and concepts guide will be displayed instead.")?></p>
 <?php } ?>
-<?php if (! $req_lang_ok ) {
+<?php if (! $req_rev_ok ) {
   $reqrev=$_GET["rev"]; ?>
 <p style="color: red;"><?= T_("The document requested is not available for the version $reqrev. Version $showrev will be displayed instead.")?></p>
 <?php } ?>



More information about the gnucash-changes mailing list