summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspocky <spocky@ampache>2008-01-17 08:37:32 +0000
committerspocky <spocky@ampache>2008-01-17 08:37:32 +0000
commit153fcb98d4a7545df9ef34690cbf46bb557064f0 (patch)
treece85dd8e3c5b235a4134031ff506ef6003117e33
parent547332df9d4b3b153888577fd0c36d3996dd8ea9 (diff)
downloadampache-153fcb98d4a7545df9ef34690cbf46bb557064f0.tar.gz
ampache-153fcb98d4a7545df9ef34690cbf46bb557064f0.tar.bz2
ampache-153fcb98d4a7545df9ef34690cbf46bb557064f0.zip
Fixed update from tags (#121)
-rw-r--r--lib/class/song.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/song.class.php b/lib/class/song.class.php
index 07ff73cf..27c602a5 100644
--- a/lib/class/song.class.php
+++ b/lib/class/song.class.php
@@ -327,7 +327,7 @@ class Song {
public static function compare_song_information($song,$new_song) {
// Remove some stuff we don't care about
- unset($song->catalog,$song->played,$song->enabled,$song->addition_time,$song->update_time,$song->id,$song->type);
+ unset($song->catalog,$song->played,$song->enabled,$song->addition_time,$song->update_time,$song->type);
$string_array = array('title','comment','lyrics');