From 1a4a921528f1405c131762954d16f0f6c6b690b6 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 17 Aug 2015 21:40:40 -0700 Subject: provide module for importing yearly content dumps --- include/event.php | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'include') diff --git a/include/event.php b/include/event.php index 4393e6854..b690647fd 100644 --- a/include/event.php +++ b/include/event.php @@ -698,3 +698,14 @@ function event_store_item($arr, $event) { return $item_id; } } + + +function todo_stat() { + return array( + '' => t('Not specified'), + 'NEEDS-ACTION' => t('Needs Action'), + 'COMPLETED' => t('Completed'), + 'IN-PROCESS' => t('In Process'), + 'CANCELLED' => t('Cancelled') + ); +} -- cgit v1.2.3