diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-05-13 21:37:49 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-05-13 21:37:49 +0000 |
commit | 779f4bf4e560d7f415ea51a96ed547831745a8dc (patch) | |
tree | c99f06687da016d975b3e131ff2d57a8b68da0dd /lib/class/update.class.php | |
parent | 1a6ae62569dbc5603a361a488641950cc317ac3d (diff) | |
download | ampache-779f4bf4e560d7f415ea51a96ed547831745a8dc.tar.gz ampache-779f4bf4e560d7f415ea51a96ed547831745a8dc.tar.bz2 ampache-779f4bf4e560d7f415ea51a96ed547831745a8dc.zip |
updated sql file, and the install process now works
Diffstat (limited to 'lib/class/update.class.php')
-rw-r--r-- | lib/class/update.class.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/class/update.class.php b/lib/class/update.class.php index 59bf8166..13bfdfdb 100644 --- a/lib/class/update.class.php +++ b/lib/class/update.class.php @@ -177,17 +177,15 @@ class Update { /* Define the array */ $version = array(); - $version[] = array('version' => '333004','description' => $update_string); - $update_string = '- Moved back to ID for user tracking internally.<br />' . '- Added date to user_vote to allow sorting by vote time.<br />' . '- Added Random Method and Object Count Preferences.<br />' . '- Removed some unused tables/fields.<br />' . - '- Added Label, Catalog # and Language to Extended Song Data Table<br />'; + '- Added Label, Catalog # and Language to Extended Song Data Table.'; $version[] = array('version' => '340001','description' => $update_string); - $update_string = '- Added Offset Limit to Preferences and removed from user table'; + $update_string = '- Added Offset Limit to Preferences and removed from user table.'; $version[] = array('version' => '340002','description' => $update_string); |