fix description

This commit is contained in:
DavidBadura
2015-06-28 13:11:00 +00:00
parent d6c82c04e7
commit fb763a765e
3 changed files with 26 additions and 17 deletions

View File

@@ -180,7 +180,7 @@ class Taskwarrior
if ($filter) {
foreach($filter as $f) {
$parts[] = "( " . $f . ' )';
$parts[] = "( " . $f . " )";
}
}
@@ -270,7 +270,7 @@ class Taskwarrior
}
if (array_key_exists('description', $params)) {
$options[] = $params['description'];
$options[] = 'description:' . $params['description'];
}
return $options;