1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 17:51:29 +00:00

remove toggleEvenOdd()

This commit is contained in:
Andrew Dolgov
2011-12-11 13:03:17 +04:00
parent 63bb227547
commit aea655489c
2 changed files with 1 additions and 8 deletions

View File

@@ -2273,13 +2273,6 @@
}
}
function toggleEvenOdd($a) {
if ($a == "even")
return "odd";
else
return "even";
}
// Session caching removed due to causing wrong redirects to upgrade
// script when get_schema_version() is called on an obsolete session
// created on a previous schema version.