diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-19 15:36:10 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-19 15:36:10 +0000 |
| commit | 71d6f8519cef1b53bbeca9a9bfd46f2809c3312e (patch) | |
| tree | 215c9de7a85c1d947b18909ff4b1211b556a6389 /lookup_page_inc.php | |
| parent | e0f5dc0b5cc4033c2a45fa8f955dd626afd33ec1 (diff) | |
| download | wiki-71d6f8519cef1b53bbeca9a9bfd46f2809c3312e.tar.gz wiki-71d6f8519cef1b53bbeca9a9bfd46f2809c3312e.tar.bz2 wiki-71d6f8519cef1b53bbeca9a9bfd46f2809c3312e.zip | |
move parseData to BitPage::load and do some spring cleaning
Diffstat (limited to 'lookup_page_inc.php')
| -rw-r--r-- | lookup_page_inc.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lookup_page_inc.php b/lookup_page_inc.php index 7324e9a..c4cbcde 100644 --- a/lookup_page_inc.php +++ b/lookup_page_inc.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_wiki/lookup_page_inc.php,v 1.12 2006/02/09 10:30:38 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/lookup_page_inc.php,v 1.13 2006/02/19 15:36:09 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: lookup_page_inc.php,v 1.12 2006/02/09 10:30:38 squareing Exp $ + * $Id: lookup_page_inc.php,v 1.13 2006/02/19 15:36:09 squareing Exp $ * @package wiki * @subpackage functions */ @@ -132,6 +132,5 @@ $gBitSmarty->assign('beingEdited', $beingedited); } $gBitSmarty->clear_assign( 'gContent' ); - $gBitSmarty->assign( 'gContent', $gContent ); - $gBitSmarty->assign_by_ref( 'pageInfo', $gContent->mInfo ); + $gBitSmarty->assign_by_ref( 'gContent', $gContent ); ?> |
