diff options
Diffstat (limited to 'edit_book.php')
| -rw-r--r-- | edit_book.php | 9 |
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.")); |
