mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 15:31:28 +00:00
synchronize unread status from offline to online DB
This commit is contained in:
@@ -1996,6 +1996,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
function bool_to_sql_bool($s) {
|
||||
if ($s) {
|
||||
return "true";
|
||||
} else {
|
||||
return "false";
|
||||
}
|
||||
}
|
||||
|
||||
function toggleEvenOdd($a) {
|
||||
if ($a == "even")
|
||||
|
||||
Reference in New Issue
Block a user