diff options
Diffstat (limited to 'lib/class')
-rw-r--r-- | lib/class/song.class.php | 1 |
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))) { |