From 5d27bb6bb6b807325609ccf4fd60bdd95bf376cb Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Sun, 7 Mar 2010 16:47:20 +0100 Subject: [PATCH] Add forgotton library --- lib/overview_utils.php | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 lib/overview_utils.php diff --git a/lib/overview_utils.php b/lib/overview_utils.php new file mode 100644 index 0000000..6b6a6a3 --- /dev/null +++ b/lib/overview_utils.php @@ -0,0 +1,38 @@ + $year, + 'text' => $year); + + return $options; +} + +?> \ No newline at end of file -- 2.20.1