gnucash-htdocs master: Try to update the viewdoc script for 2.6.

Cristian Marchi cmarchi at code.gnucash.org
Mon Dec 30 13:07:24 EST 2013


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/caa2b194 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/3fca9435 (commit)



commit caa2b19453665a4b008b5e68e1912544231457ef
Author: Cristian Marchi <cri79 at libero.it>
Date:   Mon Dec 30 19:07:18 2013 +0100

    Try to update the viewdoc script for 2.6.

diff --git a/viewdoc.phtml b/viewdoc.phtml
index fdc7c74..fa2c2a7 100644
--- a/viewdoc.phtml
+++ b/viewdoc.phtml
@@ -60,6 +60,9 @@ if (isset ($_GET["rev"])) {
     case "2.4":
         $showrev = "2.4";
         break;
+    case "2.6":
+        $showrev = "2.6";
+        break;
     case "current":
         $showrev = $current_stable;
         break;



Summary of changes:
 viewdoc.phtml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)



More information about the gnucash-changes mailing list