From fe077220bf08ac7ad466e6fdfe88197c6d4ed56e Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 6 Aug 2007 04:22:19 +0000 Subject: broke a ton of stuff, but added some hotness... yes that is an excuse --- lib/class/stats.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/class/stats.class.php') diff --git a/lib/class/stats.class.php b/lib/class/stats.class.php index 6add04c5..9847da39 100644 --- a/lib/class/stats.class.php +++ b/lib/class/stats.class.php @@ -179,7 +179,6 @@ class Stats { while ($r = Dba::fetch_row($db_results)) { $object = new $object_name($r['0']); - $object->format(); $items[] = $object; } // end while results @@ -187,5 +186,5 @@ class Stats { } // get_newest -} //Stats class +} // Stats class ?> -- cgit