diff options
author | xgizzmo <xgizzmo@ampache> | 2005-07-29 22:11:59 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-07-29 22:11:59 +0000 |
commit | 56784bf02554b0a688bbb1bd5cd67b9cba773429 (patch) | |
tree | 8c386d20eaec7f3bffd13d5e514eb5dc3bb45837 /lib | |
parent | 6d275f39dae1f4d59ad48d2ad670124f79686292 (diff) | |
download | ampache-56784bf02554b0a688bbb1bd5cd67b9cba773429.tar.gz ampache-56784bf02554b0a688bbb1bd5cd67b9cba773429.tar.bz2 ampache-56784bf02554b0a688bbb1bd5cd67b9cba773429.zip |
Fixed typo in update.class.php
Diffstat (limited to 'lib')
-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 2ffe01d5..af14c2a0 100644 --- a/lib/class/update.class.php +++ b/lib/class/update.class.php @@ -235,7 +235,7 @@ class Update { $version[] = array('version' => '332002', 'description' => $update_string); $update_string = "- Fixed Upload system, previous uploaded files are broken by this update.<br />" . - " &bnsp;If quarantine is turned on use /bin/quarantine_migration.php.inc to move<br />" . + " If quarantine is turned on use /bin/quarantine_migration.php.inc to move<br />" . " them into place<br />" . "- Added New Fields to ACL table to allow for improved access control and XML-RPC security.<br />" . "- Added New Field to Now Playing to Account for WMP10 and other over-zelous buffering apps.<br />"; |