diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-10-27 09:24:34 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-10-27 09:24:34 +0000 |
commit | f593f18131d6a0cbf30b558b208e86b9fc957f13 (patch) | |
tree | af665d7fb2f7ec17b1948c8d1146dd9a6deaba29 /modules/infotools/mp3tunes.class.php | |
parent | 14019e88c5370df8251b8d9836ea5867b670af1c (diff) | |
download | ampache-f593f18131d6a0cbf30b558b208e86b9fc957f13.tar.gz ampache-f593f18131d6a0cbf30b558b208e86b9fc957f13.tar.bz2 ampache-f593f18131d6a0cbf30b558b208e86b9fc957f13.zip |
Commit, still no internet paying for it.. curse you free.fr
Diffstat (limited to 'modules/infotools/mp3tunes.class.php')
-rw-r--r-- | modules/infotools/mp3tunes.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/infotools/mp3tunes.class.php b/modules/infotools/mp3tunes.class.php index bdde4a38..b7e10e33 100644 --- a/modules/infotools/mp3tunes.class.php +++ b/modules/infotools/mp3tunes.class.php @@ -288,7 +288,7 @@ class mp3tunes { $limit = $limit ? intval($limit) : $this->limit;
$offset = $offset ? intval($offset) : '0';
- $xml_doc = self::run_query('general'"/lockerSearch?s=$name&count=$limit&set=$offset&type=album");
+ $xml_doc = self::run_query('general',"/lockerSearch?s=$name&count=$limit&set=$offset&type=album");
// Set the right parent
$this->_containerTag = 'albumList';
|