mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 11:21:29 +00:00
experimentally rebase labels; make base index configurable
This commit is contained in:
@@ -158,7 +158,7 @@
|
||||
|
||||
/* Remove access key for the label */
|
||||
|
||||
$ext_id = -11 - $id;
|
||||
$ext_id = LABEL_BASE_INDEX - 1 - $id;
|
||||
|
||||
db_query($link, "DELETE FROM ttrss_access_keys WHERE
|
||||
feed_id = '$ext_id' AND owner_uid = $owner_uid");
|
||||
|
||||
Reference in New Issue
Block a user