From caaf0f6e12a52bed50bde91644dff565b90e4325 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Wed, 6 Dec 2006 18:21:15 +0000 Subject: dont track stats on a batch download.. thats just insane --- lib/batch.lib.php | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/batch.lib.php') diff --git a/lib/batch.lib.php b/lib/batch.lib.php index 867956a9..6666cbb1 100644 --- a/lib/batch.lib.php +++ b/lib/batch.lib.php @@ -34,7 +34,6 @@ function get_song_files( $song_ids ) { $song = new Song( $song_id ); /* Don't archive disabled songs */ if ($song->status != 'disabled') { - $user->update_stats( $song_id ); $total_size += sprintf("%.2f",($song->size/1048576)); array_push( $song_files, $song->file ); } // if song isn't disabled -- cgit