summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-10-27 09:24:34 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-10-27 09:24:34 +0000
commitf593f18131d6a0cbf30b558b208e86b9fc957f13 (patch)
treeaf665d7fb2f7ec17b1948c8d1146dd9a6deaba29 /modules
parent14019e88c5370df8251b8d9836ea5867b670af1c (diff)
downloadampache-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')
-rw-r--r--modules/flash/crossdomain.xml4
-rw-r--r--modules/getid3/write.id3v2.php2
-rw-r--r--modules/infotools/mp3tunes.class.php2
3 files changed, 3 insertions, 5 deletions
diff --git a/modules/flash/crossdomain.xml b/modules/flash/crossdomain.xml
index f7f2044c..6bd7a671 100644
--- a/modules/flash/crossdomain.xml
+++ b/modules/flash/crossdomain.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
<!-- Copyright (c) 2001 - 2008 Ampache.org
All rights reserved.
@@ -14,9 +15,6 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -->
-
-
-<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy
SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
diff --git a/modules/getid3/write.id3v2.php b/modules/getid3/write.id3v2.php
index f122b6b0..5c4ae4d7 100644
--- a/modules/getid3/write.id3v2.php
+++ b/modules/getid3/write.id3v2.php
@@ -375,7 +375,7 @@ class getid3_write_id3v2 extends getid3_handler_write
// rewrite file - no tag present or new tag longer than old tag
else
-
+ {
if (!$fp_source = @fopen($this->filename, 'rb')) {
throw new getid3_exception('Could not open '.$this->filename.' mode "rb"');
}
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';