summaryrefslogtreecommitdiffstats
path: root/lib/class/stats.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-06 04:22:19 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-06 04:22:19 +0000
commitfe077220bf08ac7ad466e6fdfe88197c6d4ed56e (patch)
tree1e8d8eab876246fc57a1e6c414fe763570690bf6 /lib/class/stats.class.php
parentadd90bc902ce762626fe72d408f42d705d3f9de7 (diff)
downloadampache-fe077220bf08ac7ad466e6fdfe88197c6d4ed56e.tar.gz
ampache-fe077220bf08ac7ad466e6fdfe88197c6d4ed56e.tar.bz2
ampache-fe077220bf08ac7ad466e6fdfe88197c6d4ed56e.zip
broke a ton of stuff, but added some hotness... yes that is an excuse
Diffstat (limited to 'lib/class/stats.class.php')
-rw-r--r--lib/class/stats.class.php3
1 files changed, 1 insertions, 2 deletions
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
?>