summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
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 cad0b21c3..0f589e1ee 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.