summaryrefslogtreecommitdiff
path: root/lookup_page_inc.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2006-09-20 02:12:23 +0000
committerChristian Fowler <spider@viovio.com>2006-09-20 02:12:23 +0000
commitc66c27abf200e1a919b640d8eb3e04cef534879c (patch)
treee85d189507023a4452a7067b8918c7ef5f808ccd /lookup_page_inc.php
parentc48ab4df2bc72777962fcaee92679f81248eab28 (diff)
downloadwiki-c66c27abf200e1a919b640d8eb3e04cef534879c.tar.gz
wiki-c66c27abf200e1a919b640d8eb3e04cef534879c.tar.bz2
wiki-c66c27abf200e1a919b640d8eb3e04cef534879c.zip
space difference
Diffstat (limited to 'lookup_page_inc.php')
-rw-r--r--lookup_page_inc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lookup_page_inc.php b/lookup_page_inc.php
index bee5053..ca0fa1f 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.16 2006/06/24 22:31:03 sylvieg Exp $
+ * $Header: /cvsroot/bitweaver/_bit_wiki/lookup_page_inc.php,v 1.17 2006/09/20 02:12:23 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: lookup_page_inc.php,v 1.16 2006/06/24 22:31:03 sylvieg Exp $
+ * $Id: lookup_page_inc.php,v 1.17 2006/09/20 02:12:23 spiderr Exp $
* @package wiki
* @subpackage functions
*/
@@ -48,7 +48,7 @@
if( !$gContent->load() && $loadPage ) {
$gContent->mInfo['title'] = $loadPage;
}
- }
+ }
// we weren't passed a structure, but maybe this page belongs to one. let's check...
if( empty( $gStructure ) ) {