diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-06-13 19:39:05 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-06-13 19:39:05 +0000 |
| commit | b27241f14b16362d747d069c4e584511f22bdb0e (patch) | |
| tree | 82457105f9e7138616284b0884b43e96d5908e0c /list.php | |
| parent | 6ab6b0a128d55481edd9b9c975f08a6b20ec390f (diff) | |
| download | articles-b27241f14b16362d747d069c4e584511f22bdb0e.tar.gz articles-b27241f14b16362d747d069c4e584511f22bdb0e.tar.bz2 articles-b27241f14b16362d747d069c4e584511f22bdb0e.zip | |
updated getList in BitArticle to work more like the rest of bitweaver by not returnign data in ['data'] sub array. display future articles on main articles page.
Diffstat (limited to 'list.php')
| -rw-r--r-- | list.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_articles/list.php,v 1.17 2006/08/29 16:46:45 hash9 Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_articles/list.php,v 1.18 2007/06/13 19:39:05 squareing Exp $ * @package article * @subpackage functions */ @@ -100,7 +100,7 @@ $types = BitArticleType::getTypeList(); $gBitSmarty->assign( 'types', $types ); $gBitSmarty->assign( 'listInfo', $_REQUEST['listInfo'] ); -$gBitSmarty->assign( 'listpages', $listArticles["data"] ); +$gBitSmarty->assign( 'listpages', $listArticles ); // Display the template $gBitSystem->display( 'bitpackage:articles/list_articles.tpl', tra( "Articles" )); |
