diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-06-01 15:16:50 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-06-01 15:16:50 +0000 |
| commit | a33a85c5e34f4a02f4cd7cdaab87056b4412c86d (patch) | |
| tree | 77bfb43bb211b8d9d829194fc369d3210837a4e1 /like_pages.php | |
| parent | e6fafc7896ec05fb9f74fd923c381effadc05b7f (diff) | |
| download | wiki-a33a85c5e34f4a02f4cd7cdaab87056b4412c86d.tar.gz wiki-a33a85c5e34f4a02f4cd7cdaab87056b4412c86d.tar.bz2 wiki-a33a85c5e34f4a02f4cd7cdaab87056b4412c86d.zip | |
remove a lot of antiquated code including breadcrumbs and outdated wiki-specific caching options, wiki tags and wiki dumps. probably there's going to be more to go soon. none of this stuff has been working for years now.
Diffstat (limited to 'like_pages.php')
| -rw-r--r-- | like_pages.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/like_pages.php b/like_pages.php index 0293502..f826408 100644 --- a/like_pages.php +++ b/like_pages.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_wiki/like_pages.php,v 1.9 2007/03/20 16:56:34 spiderr Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/like_pages.php,v 1.10 2007/06/01 15:16:49 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: like_pages.php,v 1.9 2007/03/20 16:56:34 spiderr Exp $ + * $Id: like_pages.php,v 1.10 2007/06/01 15:16:49 squareing Exp $ * @package wiki * @subpackage functions */ @@ -30,7 +30,7 @@ if( !$gContent->isValid() ) { die; } -$likepages = $wikilib->get_like_pages( $gContent->mInfo['title'] ); +$likepages = $gContent->get_like_pages( $gContent->mInfo['title'] ); $gBitSmarty->assign_by_ref('likepages', $likepages); // Display the template |
