9 lines
346 B
PHP
9 lines
346 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;
|
|
$config->report->dailyreminder->testTask = true;
|