diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-02-20 03:25:19 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-02-20 03:25:19 +0000 |
commit | 409ec23aaea2ae49b7009f273bad12462a3e0c66 (patch) | |
tree | 620904c23050e2cc20484946341153a1ed6fd523 /lib/class/update.class.php | |
parent | b4b6fbb89e35aadb6d2ed4cb5cb2ac23e90a35e2 (diff) | |
download | ampache-409ec23aaea2ae49b7009f273bad12462a3e0c66.tar.gz ampache-409ec23aaea2ae49b7009f273bad12462a3e0c66.tar.bz2 ampache-409ec23aaea2ae49b7009f273bad12462a3e0c66.zip |
updated german tanslation and tweaked update, will do a re-verify on the next update to ensure the change has been made, last commit before XML-RPC rewrite
Diffstat (limited to 'lib/class/update.class.php')
-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 9471eb71..daf5c300 100644 --- a/lib/class/update.class.php +++ b/lib/class/update.class.php @@ -2366,7 +2366,7 @@ class Update { // Now add in the min_object_count preference and the random_method $sql = "INSERT INTO `preferences` (`name`,`value`,`description`,`level`,`type`,`catagory`) " . - "VALUES('min_object_count','0','Min Element Count','5','integer','interface')"; + "VALUES('min_object_count','1','Min Element Count','5','integer','interface')"; $db_results = mysql_query($sql,dbh()); $sql = "INSERT INTO `preferences` (`name`,`value`,`description`,`level`,`type`,`catagory`) " . |