8 lines
277 B
PHP
8 lines
277 B
PHP
<?php
|
|
/* Open daily reminder.*/
|
|
$config->report = new stdclass();
|
|
$config->report->dailyreminder = new stdclass();
|
|
$config->report->dailyreminder->bug = true;
|
|
$config->report->dailyreminder->task = true;
|
|
$config->report->dailyreminder->todo = true;
|