summaryrefslogtreecommitdiff
path: root/usage_chart.php
diff options
context:
space:
mode:
authorAaron Lee <omniscent@users.sourceforge.net>2008-06-10 09:03:32 +0000
committerAaron Lee <omniscent@users.sourceforge.net>2008-06-10 09:03:32 +0000
commita74d4a5c67c68700b1101015f819e4ed1d3796da (patch)
treef95333ddb082276830890727655b9d90334cedf7 /usage_chart.php
parente2b78d1bd1315604791a90438470f2ecb5e160dc (diff)
downloadstats-a74d4a5c67c68700b1101015f819e4ed1d3796da.tar.gz
stats-a74d4a5c67c68700b1101015f819e4ed1d3796da.tar.bz2
stats-a74d4a5c67c68700b1101015f819e4ed1d3796da.zip
Fixed broken stats chart by updating old stats_lib references.
Diffstat (limited to 'usage_chart.php')
-rw-r--r--usage_chart.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usage_chart.php b/usage_chart.php
index 15f21a2..92fc7a2 100644
--- a/usage_chart.php
+++ b/usage_chart.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_stats/usage_chart.php,v 1.5 2007/06/22 12:35:26 squareing Exp $
+ * $Header: /cvsroot/bitweaver/_bit_stats/usage_chart.php,v 1.6 2008/06/10 09:03:32 omniscent Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* 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
*
- * $Id: usage_chart.php,v 1.5 2007/06/22 12:35:26 squareing Exp $
+ * $Id: usage_chart.php,v 1.6 2008/06/10 09:03:32 omniscent Exp $
* @package stats
* @subpackage functions
*/
@@ -17,7 +17,7 @@
* required setup
*/
require_once( '../bit_setup_inc.php' );
-include_once( STATS_PKG_PATH . "stats_lib.php" );
+include_once( STATS_PKG_PATH . "Statistics.php" );
include_once( UTIL_PKG_PATH . "phplot.php" );
global $gBitSystem;