summaryrefslogtreecommitdiff
path: root/read.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-08-13 22:03:40 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-08-13 22:03:40 +0000
commit7f0e5d8c62ccfbe82048f53ee7f8f0e0aaff0828 (patch)
treea6a807d3bb4a6ab95816280b5a9c6ec85908fa7f /read.php
parent4158723e57dcfa5f659b09109e83d2b7ce04071f (diff)
downloadarticles-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.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/read.php b/read.php
index fe5d73e..788ca7d 100644
--- a/read.php
+++ b/read.php
@@ -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 );