diff options
| author | Lester Caine <lester@lsces.co.uk> | 2009-11-11 22:37:00 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2009-11-11 22:37:00 +0000 |
| commit | 02bc5feb3c45f2732a58833365a27efeef67b32a (patch) | |
| tree | 03803b817391669e117ccdfd2dfeb2d8802b62b9 /print.php | |
| parent | 28d8e3d3a50d4311651483e642eb1d66ac4b303c (diff) | |
| download | articles-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.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ) { |
