Remove Email alarm type as long as we don't have a cron-job to actually sending out reminders
This commit is contained in:
parent
821fab28c0
commit
3e01f5b359
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue