No more keywords!
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 4 Feb 2009 17:32:56 +0000 (12:32 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 4 Feb 2009 17:32:56 +0000 (12:32 -0500)
kronolith/config/keywords.php.dist [deleted file]

diff --git a/kronolith/config/keywords.php.dist b/kronolith/config/keywords.php.dist
deleted file mode 100644 (file)
index 4190946..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-/**
- * $Id$
- *
- * Kronolith Keyword Definition File
- *
- * This file is where you define the list of keywords that can be used
- * to categorize events in Kronolith.
- *
- * There is no limit on how many keywords out of a specific category
- * an event can have; the categories are for logical groupings only.
- *
- * Each category will generate a table cell, with the category name in
- * bold and checkboxes for each entry in the category below it.
- *
- * $Horde: kronolith/config/keywords.php.dist,v 1.3 2004/11/06 18:47:15 jan Exp $
- */
-
-$keywords[_("Type")] = array(_("Birthday"), _("Meeting"), _("Game"));