[dev] [kronolith-patch] remove old(?) alarm fields

Francois Marier francois at nit.ca
Thu Jul 29 12:46:43 PDT 2004


Here's a quick fix to remove, in the import page, alarm fields that
are not used anymore: the Alarm_Time and Alarm_Date.

They seem to have been replaced by the "Alarm_Span" field and having
them around is just confusing since they show up in the "unmatched"
fields when importing a CSV file.

Francois
-------------- next part --------------
diff -rpuN -X ../ignorelist ../build/kronolith/data.php kronolith/data.php
--- ../build/kronolith/data.php	Tue Mar 16 16:42:35 2004
+++ kronolith/data.php	Mon Jul 12 23:11:09 2004
@@ -47,8 +47,6 @@ $app_fields    = array('title' => _("Tit
                        'end_date' => _("End Date"),
                        'end_time' => _("End Time"),
                        'alarm' => _("Alarm Span (minutes)"),
-                       'alarm_date' => _("Alarm Date"),
-                       'alarm_time' => _("Alarm Time"),
                        'description' => _("Description"),
                        'category' => _("Category"),
                        'location' => _("Location"),


More information about the dev mailing list