diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-11-20 05:32:08 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-11-20 05:32:08 +0000 |
commit | c1829308f4207eda5fbfff668ad0fcd6e1f16143 (patch) | |
tree | 265c61d8ef168a20fb938d7c17f934d2c4fd1819 /lib/class/update.class.php | |
parent | b28c8ea49f75add9b2b97f9077ea8a6695f95a9a (diff) | |
download | ampache-c1829308f4207eda5fbfff668ad0fcd6e1f16143.tar.gz ampache-c1829308f4207eda5fbfff668ad0fcd6e1f16143.tar.bz2 ampache-c1829308f4207eda5fbfff668ad0fcd6e1f16143.zip |
more changes for the amarok hotness
Diffstat (limited to 'lib/class/update.class.php')
-rw-r--r-- | lib/class/update.class.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/class/update.class.php b/lib/class/update.class.php index c51886c8..eda00d70 100644 --- a/lib/class/update.class.php +++ b/lib/class/update.class.php @@ -238,10 +238,9 @@ class Update { '- Change wording on Localplay preferences.<br />'; $version[] = array('version' => '340010','description'=>$update_string); - $update_string = '- Adjusted Tables to new democratic play methods.<br />' . - '- Added api session table, will eventually recombine.<br />'; + $update_string = '- Added api session table, will eventually recombine with others.<br />'; - //$version[] = array('version' => '340011','description'=>$update_string); + $version[] = array('version' => '340011','description'=>$update_string); return $version; @@ -1005,7 +1004,8 @@ class Update { ") ENGINE = MYISAM"; $db_results = Dba::query($sql); - + + self::set_version('db_version','340011'); } // 340011 |