1
0
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:
Andrew Dolgov
2009-02-07 13:40:43 +03:00
parent b7dbf528f3
commit badac687b0
3 changed files with 161 additions and 5 deletions

View File

@@ -1996,6 +1996,13 @@
}
}
function bool_to_sql_bool($s) {
if ($s) {
return "true";
} else {
return "false";
}
}
function toggleEvenOdd($a) {
if ($a == "even")