summaryrefslogtreecommitdiff
path: root/slideshow.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2006-04-19 17:05:55 +0000
committerChristian Fowler <spider@viovio.com>2006-04-19 17:05:55 +0000
commit8e9ef748bd58bcdbb081cabae48d8e9c7bab27f0 (patch)
tree2172b3c96ea51b7ae27be086c8e4b8a8107332d0 /slideshow.php
parent26d1284628f77e58217ba005576b2cd50b3ce1dd (diff)
downloadwiki-8e9ef748bd58bcdbb081cabae48d8e9c7bab27f0.tar.gz
wiki-8e9ef748bd58bcdbb081cabae48d8e9c7bab27f0.tar.bz2
wiki-8e9ef748bd58bcdbb081cabae48d8e9c7bab27f0.zip
mass kernel_config renaming for users_
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 eddb10d..02a110b 100755
--- a/slideshow.php
+++ b/slideshow.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/slideshow.php,v 1.11 2006/04/11 13:10:33 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/slideshow.php,v 1.12 2006/04/19 17:05:55 spiderr 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.11 2006/04/11 13:10:33 squareing Exp $
+ * $Id: slideshow.php,v 1.12 2006/04/19 17:05:55 spiderr Exp $
* @package wiki
* @subpackage functions
*/
@@ -77,13 +77,6 @@ if( !in_array($page, $_SESSION["breadCrumb"])) {
array_push($_SESSION["breadCrumb"], $page);
}
-//print_r($_SESSION["breadCrumb"]);
-
-// Now increment page hits since we are visiting this page
-//if ($count_admin_pvs == 'y' || !$gBitUser->isAdmin()) {
-// $wikilib->add_hit($page);
-//}
-
// Get page data
include( WIKI_PKG_PATH.'lookup_page_inc.php' );
$info = $gContent->mInfo;