From: Elan Ruusamäe Date: Sat, 29 Aug 2009 21:25:51 +0000 (+0000) Subject: - pass revno in export X-Git-Tag: auto/ac/dokuwiki-20090214b-7~4 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=2ea883250dc30437c33aeababb13cb811bb794d7;hp=1414aec4514778b94f78d0f4eb384452ce262b80;p=packages%2Fdokuwiki.git - pass revno in export Changed files: more-buttons.patch -> 1.3 --- 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 @@ + + + ++ + + +