summaryrefslogtreecommitdiffstats
path: root/lib/class
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-03-21 04:55:26 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-03-21 04:55:26 +0000
commit3c36e58d5441dd5a6990fc24332e69d330edf766 (patch)
treead39e85e0e4989adc9b1494bbf538a19b2b753b6 /lib/class
parent260b62361e031b3a0d4261e892170f294825ed61 (diff)
downloadampache-3c36e58d5441dd5a6990fc24332e69d330edf766.tar.gz
ampache-3c36e58d5441dd5a6990fc24332e69d330edf766.tar.bz2
ampache-3c36e58d5441dd5a6990fc24332e69d330edf766.zip
fixed verify update issue
Diffstat (limited to 'lib/class')
-rw-r--r--lib/class/song.class.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/class/song.class.php b/lib/class/song.class.php
index 454db4a2..23a3b658 100644
--- a/lib/class/song.class.php
+++ b/lib/class/song.class.php
@@ -336,6 +336,7 @@ class Song {
// Foreach them
foreach ($fields as $key=>$value) {
+ if ($key == 'id') { continue; }
// If it's a stringie thing
if (in_array($key,$string_array)) {
if (trim(stripslashes($song->$key)) != trim(stripslashes($new_song->$key))) {