Remove Email alarm type as long as we don't have a cron-job to actually sending out reminders

This commit is contained in:
Thomas Bruederli 2013-07-26 12:06:50 +02:00
parent 821fab28c0
commit 3e01f5b359

View file

@ -26,7 +26,7 @@ class tasklist_database_driver extends tasklist_driver
{
public $undelete = true; // yes, we can
public $sortable = false;
public $alarm_types = array('DISPLAY','EMAIL');
public $alarm_types = array('DISPLAY');
private $rc;
private $plugin;