summaryrefslogtreecommitdiff
path: root/edit_book.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-12-18 22:33:43 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-12-18 22:33:43 +0000
commit5ecb47f7f6ebf210bd9133d1974f067b51a3a300 (patch)
tree1d4ac940e9ed89f547d378315797e027a95f6afa /edit_book.php
parent15f0ac289318d219be19e9944e71a2e52714deb2 (diff)
downloadwiki-5ecb47f7f6ebf210bd9133d1974f067b51a3a300.tar.gz
wiki-5ecb47f7f6ebf210bd9133d1974f067b51a3a300.tar.bz2
wiki-5ecb47f7f6ebf210bd9133d1974f067b51a3a300.zip
merge recent changes into HEAD
Diffstat (limited to 'edit_book.php')
-rw-r--r--edit_book.php9
1 files changed, 2 insertions, 7 deletions
diff --git a/edit_book.php b/edit_book.php
index b02629e..b093f1e 100644
--- a/edit_book.php
+++ b/edit_book.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_wiki/edit_book.php,v 1.4 2005/08/01 18:42:04 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/edit_book.php,v 1.5 2005/12/18 22:33:43 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: edit_book.php,v 1.4 2005/08/01 18:42:04 squareing Exp $
+ * $Id: edit_book.php,v 1.5 2005/12/18 22:33:43 squareing Exp $
* @package wiki
* @subpackage functions
*/
@@ -33,11 +33,6 @@ include_once( WIKI_PKG_PATH.'BitBook.php');
global $gStructure;
-// check what tab is active
-if( isset( $_REQUEST['tab'] ) ) {
- $gBitSmarty->assign( $_REQUEST['tab'].'TabSelect','tdefault' );
-}
-
if( isset($_REQUEST["createstructure"]) ) {
if ((empty($_REQUEST['name']))) {
$gBitSmarty->assign('msg', tra("You must specify a name."));