mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 05:45:56 +00:00
add label_base_index to init params
This commit is contained in:
@@ -1856,6 +1856,7 @@
|
||||
$params["default_view_limit"] = (int) get_pref($link, "_DEFAULT_VIEW_LIMIT");
|
||||
$params["default_view_order_by"] = get_pref($link, "_DEFAULT_VIEW_ORDER_BY");
|
||||
$params["bw_limit"] = (int) $_SESSION["bw_limit"];
|
||||
$params["label_base_index"] = (int) LABEL_BASE_INDEX;
|
||||
|
||||
$result = db_query($link, "SELECT MAX(id) AS mid, COUNT(*) AS nf FROM
|
||||
ttrss_feeds WHERE owner_uid = " . $_SESSION["uid"]);
|
||||
|
||||
Reference in New Issue
Block a user