From c1829308f4207eda5fbfff668ad0fcd6e1f16143 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Tue, 20 Nov 2007 05:32:08 +0000 Subject: more changes for the amarok hotness --- lib/class/update.class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/class/update.class.php') 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.
'; $version[] = array('version' => '340010','description'=>$update_string); - $update_string = '- Adjusted Tables to new democratic play methods.
' . - '- Added api session table, will eventually recombine.
'; + $update_string = '- Added api session table, will eventually recombine with others.
'; - //$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 -- cgit