1
0
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:
Andrew Dolgov
2013-03-27 09:40:07 +04:00
parent 260501fddd
commit f822a8e56c
8 changed files with 45 additions and 23 deletions

View File

@@ -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");