summaryrefslogtreecommitdiff
path: root/slideshow.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-03-21 08:56:53 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-03-21 08:56:53 +0000
commite1377ef637b724aac214e6ea4cf3600e130a1967 (patch)
treef67e7131d17923ac91ff21ff58fd0f9e81042cb5 /slideshow.php
parent2fb3e888b33d5a929b6c75b575b6d3bc2d6e1220 (diff)
downloadwiki-e1377ef637b724aac214e6ea4cf3600e130a1967.tar.gz
wiki-e1377ef637b724aac214e6ea4cf3600e130a1967.tar.bz2
wiki-e1377ef637b724aac214e6ea4cf3600e130a1967.zip
move all page actions to icon bar and simplify as much as possible
Diffstat (limited to 'slideshow.php')
-rwxr-xr-xslideshow.php11
1 files changed, 2 insertions, 9 deletions
diff --git a/slideshow.php b/slideshow.php
index 677fdd2..bdba223 100755
--- a/slideshow.php
+++ b/slideshow.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/slideshow.php,v 1.14 2007/03/20 16:56:34 spiderr Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/slideshow.php,v 1.15 2007/03/21 08:56:52 squareing Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See copyright.txt for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details
*
- * $Id: slideshow.php,v 1.14 2007/03/20 16:56:34 spiderr Exp $
+ * $Id: slideshow.php,v 1.15 2007/03/21 08:56:52 squareing Exp $
* @package wiki
* @subpackage functions
*/
@@ -80,13 +80,6 @@ if( !in_array($page, $_SESSION["breadCrumb"])) {
include( WIKI_PKG_PATH.'lookup_page_inc.php' );
$info = $gContent->mInfo;
-// Verify lock status
-if ($info["flag"] == 'L') {
- $gBitSmarty->assign('lock', true);
-} else {
- $gBitSmarty->assign('lock', false);
-}
-
// If not locked and last version is user version then can undo
$gBitSmarty->assign('canundo', 'n');