summaryrefslogtreecommitdiffstats
path: root/lib/class/catalog.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-15 07:28:51 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-15 07:28:51 +0000
commit5d98a104bc750053e90da5f8dd9664e0433f900d (patch)
treecae71f304523d7d9572fe809d04210248cac49c0 /lib/class/catalog.class.php
parent454003fa93f4d511694fc7234d2f769194b13ede (diff)
downloadampache-5d98a104bc750053e90da5f8dd9664e0433f900d.tar.gz
ampache-5d98a104bc750053e90da5f8dd9664e0433f900d.tar.bz2
ampache-5d98a104bc750053e90da5f8dd9664e0433f900d.zip
made downloads counted in stats fixes ticket #12 tweaked filename to be reformated to match the catalog rename pattern
Diffstat (limited to 'lib/class/catalog.class.php')
-rw-r--r--lib/class/catalog.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/catalog.class.php b/lib/class/catalog.class.php
index 21d725db..39c2c7ea 100644
--- a/lib/class/catalog.class.php
+++ b/lib/class/catalog.class.php
@@ -2299,7 +2299,7 @@ class Catalog {
$result .= xml_from_array($xml,1,'itunes');
}
- return $result;
+ return $result;
}