summaryrefslogtreecommitdiff
path: root/print.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2009-11-11 22:37:00 +0000
committerLester Caine <lester@lsces.co.uk>2009-11-11 22:37:00 +0000
commit02bc5feb3c45f2732a58833365a27efeef67b32a (patch)
tree03803b817391669e117ccdfd2dfeb2d8802b62b9 /print.php
parent28d8e3d3a50d4311651483e642eb1d66ac4b303c (diff)
downloadarticles-02bc5feb3c45f2732a58833365a27efeef67b32a.tar.gz
articles-02bc5feb3c45f2732a58833365a27efeef67b32a.tar.bz2
articles-02bc5feb3c45f2732a58833365a27efeef67b32a.zip
reads has been replaced with content hitsR270
Diffstat (limited to 'print.php')
-rw-r--r--print.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/print.php b/print.php
index af1a012..21de43b 100644
--- a/print.php
+++ b/print.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_articles/print.php,v 1.5 2008/06/19 09:29:08 lsces Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_articles/print.php,v 1.6 2009/11/11 22:37:00 lsces Exp $
* @package articles
* @subpackage functions
*/
@@ -47,7 +47,7 @@ if ( isset( $_REQUEST["article_id"] ) ) {
$gBitSmarty->assign( 'image_type', $article_data["image_type"] );
$gBitSmarty->assign( 'image_size', $article_data["image_size"] );
$gBitSmarty->assign( 'image_data', urlencode( $article_data["image_data"] ) );
- $gBitSmarty->assign( 'reads', $article_data["reads"] );
+ $gBitSmarty->assign( 'reads', $article_data["hits"] );
$gBitSmarty->assign( 'size', $article_data["size"] );
if ( strlen( $article_data["image_data"] ) > 0 ) {