diff options
| author | Christian Fowler <spider@viovio.com> | 2007-07-03 20:47:44 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2007-07-03 20:47:44 +0000 |
| commit | 9b24e8d33d2d68a908202e33eae56ca87f7cc6b8 (patch) | |
| tree | ef0b202dbf49003e433cc139a75cf3706a89421b | |
| parent | 272989a1eb44d4fbc33ac6d0550f43038bebef78 (diff) | |
| download | stats-9b24e8d33d2d68a908202e33eae56ca87f7cc6b8.tar.gz stats-9b24e8d33d2d68a908202e33eae56ca87f7cc6b8.tar.bz2 stats-9b24e8d33d2d68a908202e33eae56ca87f7cc6b8.zip | |
update stats_lib include to use renamed Statistics.php file
| -rw-r--r-- | users.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,12 +1,12 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_stats/users.php,v 1.7 2007/06/22 12:35:26 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_stats/users.php,v 1.8 2007/07/03 20:47:44 spiderr Exp $ * * Copyright (c) 2005 bitweaver.org * 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: users.php,v 1.7 2007/06/22 12:35:26 squareing Exp $ + * $Id: users.php,v 1.8 2007/07/03 20:47:44 spiderr Exp $ * @package stats * @subpackage functions */ @@ -14,7 +14,7 @@ * Required files */ require_once( '../bit_setup_inc.php' ); -include_once( STATS_PKG_PATH.'stats_lib.php' ); +require_once( STATS_PKG_PATH.'Statistics.php' ); $stats = new Statistics(); |
