alter table channels alter column daterefreshed set default now(); update config set value_='en_US,zh_CN,de,da,es,fr,he,it,ja,pt_BR,pt,ru,sv,0' ,default_='en_US,zh_CN,de,da,es,fr,he,it,ja,pt_BR,pt,ru,sv,0' ,type_='enum' ,desc_='Language pack to use.' ,export_=NULL where key_='rss.output.lang'; insert into config (key_,value_,default_,type_,desc_,export_) values ('rss.config.deadthreshhold', '24', '24', 'num', 'Sets the threshold for when a feed is marked as dead, in hours', NULL); insert into config (key_,value_,default_,type_,desc_,export_) values ('rss.search.maxitems', 500, 500, 'num', 'Sets the maximum number of items returned on a search', NULL); insert into config (key_,value_,default_,type_,desc_,export_) values ('rss.config.restrictrefresh', 'false','false','boolean','Restrict refresh to command line only (eg php -f update.php). Useful for busy sites with multiple users.',NULL);