summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-11 19:37:42 +0400
committerAndrew Dolgov <[email protected]>2011-12-11 19:37:42 +0400
commit170532b7a1f1bdc8624d2f9e2e837cdcb74ce6b2 (patch)
tree7debd7fbef47ac419982b72d597322c04e614829 /functions.php
parent7871db1dc10630069ff67c8e215ed8352662bc3c (diff)
parentaea655489ccd1472794de190a03b2d3b2b4bf8e9 (diff)
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/functions.php b/functions.php
index 16672a9ee..29489b40f 100644
--- a/functions.php
+++ b/functions.php
@@ -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.