summaryrefslogtreecommitdiffstats
path: root/lib/class
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-02-25 06:53:47 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-02-25 06:53:47 +0000
commit76387698e77d3b8409d1856d1883fa23387f571e (patch)
treee71c879ebd307aaf4111e4de82fc94725751e24f /lib/class
parent73fee69c33df9e36801bfb5228577551504c075c (diff)
downloadampache-76387698e77d3b8409d1856d1883fa23387f571e.tar.gz
ampache-76387698e77d3b8409d1856d1883fa23387f571e.tar.bz2
ampache-76387698e77d3b8409d1856d1883fa23387f571e.zip
delay random albums a bit to improve inital load, also add a refresh button so you can flip them without refreshing the whole page
Diffstat (limited to 'lib/class')
-rw-r--r--lib/class/update.class.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/class/update.class.php b/lib/class/update.class.php
index 58da8330..9e902d52 100644
--- a/lib/class/update.class.php
+++ b/lib/class/update.class.php
@@ -1138,6 +1138,9 @@ class Update {
$sql = "ALTER TABLE `rating` CHANGE `rating` TINYINT ( 4 ) NOT NULL";
$db_results = Dba::query($sql);
+// $sql = "ALTER TABLE `user` CHANGE `validation` VARCHAR ( 255 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL";
+// $db_results = Dba::query($sql);
+
self::set_version('db_version','340015');
} // update_340015