mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
Key entries by day.
This commit is contained in:
@@ -85,7 +85,10 @@ function parse_remind_output ($fp) {
|
||||
$entry['file'] = $lineinfo['file'];
|
||||
$lineinfo = 0;
|
||||
}
|
||||
$entries[] = $entry;
|
||||
if (!is_array($entries[$d])) {
|
||||
$entries[$d] = array();
|
||||
}
|
||||
$entries[$d][] = $entry;
|
||||
}
|
||||
$retval['entries'] = $entries;
|
||||
return array('success' => 1, 'results' => $retval);
|
||||
|
||||
Reference in New Issue
Block a user