mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 07:05:56 +00:00
add ability to hide feeds from browser (closes #21)
This commit is contained in:
@@ -867,7 +867,16 @@
|
||||
return "false";
|
||||
}
|
||||
}
|
||||
|
||||
function sql_bool_to_bool($s) {
|
||||
if ($s == "t" || $s == "1") {
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function toggleEvenOdd($a) {
|
||||
if ($a == "even")
|
||||
return "odd";
|
||||
|
||||
Reference in New Issue
Block a user