diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-08-13 22:03:40 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-08-13 22:03:40 +0000 |
| commit | 7f0e5d8c62ccfbe82048f53ee7f8f0e0aaff0828 (patch) | |
| tree | a6a807d3bb4a6ab95816280b5a9c6ec85908fa7f /read.php | |
| parent | 4158723e57dcfa5f659b09109e83d2b7ce04071f (diff) | |
| download | articles-7f0e5d8c62ccfbe82048f53ee7f8f0e0aaff0828.tar.gz articles-7f0e5d8c62ccfbe82048f53ee7f8f0e0aaff0828.tar.bz2 articles-7f0e5d8c62ccfbe82048f53ee7f8f0e0aaff0828.zip | |
more work on getting articles going
Diffstat (limited to 'read.php')
| -rw-r--r-- | read.php | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_articles/read.php,v 1.1 2005/06/30 01:10:46 bitweaver Exp $ +// $Header: /cvsroot/bitweaver/_bit_articles/read.php,v 1.2 2005/08/13 22:03:39 squareing Exp $ // Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. // 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. @@ -23,7 +23,6 @@ include_once( ARTICLES_PKG_PATH.'lookup_article_inc.php' ); $gContent->addHit(); $smarty->assign_by_ref('article', $gContent->mInfo); -$gContent->mInfo['parsed_data'] = $gContent->parseData(); $topics = BitArticleTopic::listTopics(); $smarty->assign_by_ref( 'topics', $topics ); |
