1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:25:55 +00:00

reintroduce option ENABLE_SEARCH_TOOLBAR

This commit is contained in:
Andrew Dolgov
2007-05-19 12:57:23 +01:00
parent 84e0e3bb66
commit feead173b0
5 changed files with 12 additions and 0 deletions

View File

@@ -282,6 +282,8 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('BLACKLISTED_TAGS', 2, 'main, generic, misc', 'Blacklisted tags', 3,
'When auto-detecting tags in articles these tags will not be applied (comma-separated list).');
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('ENABLE_SEARCH_TOOLBAR', 1, 'false', 'Enable search toolbar',2);
create table ttrss_user_prefs (
owner_uid integer not null,
pref_name varchar(250),