diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-21 03:02:23 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-21 03:02:23 +0000 |
commit | 4957be23099939f26aef84954c012488653111d0 (patch) | |
tree | d73850d62318ab19c76483d67512398e52ffd2fc /lib/class/update.class.php | |
parent | 8e1e11bdb72832ce5297471f21e2b15cf2b95c55 (diff) | |
download | ampache-4957be23099939f26aef84954c012488653111d0.tar.gz ampache-4957be23099939f26aef84954c012488653111d0.tar.bz2 ampache-4957be23099939f26aef84954c012488653111d0.zip |
fixed a problem with catalog builds in windows and fixed a bug I created when I was playing with the album art
Diffstat (limited to 'lib/class/update.class.php')
-rw-r--r-- | lib/class/update.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/update.class.php b/lib/class/update.class.php index 9f9bbd7d..f6a05274 100644 --- a/lib/class/update.class.php +++ b/lib/class/update.class.php @@ -338,7 +338,7 @@ class Update { $version[] = array('version' => '333002','description' => $update_string); - $update_string = '- Removed Last Upload Preference'; + $update_string = '- Removed Last Upload Preference<br />'; $version[] = array('version' => '333003','description' => $update_string); |