1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-30 01:11:28 +00:00

new hidden param, _INFOBOX_DISABLE_OVERLAY

This commit is contained in:
Andrew Dolgov
2007-05-14 09:31:54 +01:00
parent a4919a1663
commit 465ff90b4a
6 changed files with 22 additions and 9 deletions

View File

@@ -1,3 +1,5 @@
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('_PREFS_ACTIVE_TAB', 2, '', '', 1);
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('_INFOBOX_DISABLE_OVERLAY', 1, 'false', '', 1);
update ttrss_version set schema_version = 17;