diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-06-03 17:56:19 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-06-03 17:56:19 +0000 |
commit | 3851c073e5b51059e60de5d79b78064c53075c04 (patch) | |
tree | c50ed1f35261987ef1b1aa041a6ca65570301980 /lib | |
parent | 9658a28b1d64a2b15d3fa69fd8146d49b4793b28 (diff) | |
download | ampache-3851c073e5b51059e60de5d79b78064c53075c04.tar.gz ampache-3851c073e5b51059e60de5d79b78064c53075c04.tar.bz2 ampache-3851c073e5b51059e60de5d79b78064c53075c04.zip |
cleaned up display on the gather album art
Diffstat (limited to 'lib')
-rw-r--r-- | lib/class/catalog.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/catalog.class.php b/lib/class/catalog.class.php index 2bc8ee8f..c4c794bb 100644 --- a/lib/class/catalog.class.php +++ b/lib/class/catalog.class.php @@ -83,7 +83,7 @@ class Catalog { /** * get_catalogs - *Pull all the current catalogs + * Pull all the current catalogs and return an array of objects */ public static function get_catalogs() { |