summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
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';