From 2ea883250dc30437c33aeababb13cb811bb794d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 29 Aug 2009 21:25:51 +0000 Subject: [PATCH 1/1] - pass revno in export Changed files: more-buttons.patch -> 1.3 --- more-buttons.patch | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/more-buttons.patch b/more-buttons.patch index 9a93f10..2ad20f1 100644 --- a/more-buttons.patch +++ b/more-buttons.patch @@ -1,6 +1,15 @@ ---- sidebar/main.php 2009-08-30 00:00:33.098142092 +0300 +--- sidebar/main.php 2009-08-29 23:53:54.718210429 +0300 +++ sidebar/main.php 2009-08-29 23:53:54.718210429 +0300 -@@ -63,6 +63,28 @@ +@@ -18,6 +18,8 @@ + // must be run from within DokuWiki + if (!defined('DOKU_INC')) die(); + ++global $REV; ++ + // include functions that provide sidebar functionality + @require_once(dirname(__FILE__).'/tplfn_sidebar.php'); + ?> +@@ -63,6 +65,30 @@
@@ -12,6 +21,7 @@ + + + ++ +
+ + @@ -23,6 +33,7 @@ + + + ++ + + + -- 2.44.0