diff options
Diffstat (limited to 'modules_v3/todo/module.php')
| -rw-r--r-- | modules_v3/todo/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/todo/module.php b/modules_v3/todo/module.php index 0268612247..d31f93da62 100644 --- a/modules_v3/todo/module.php +++ b/modules_v3/todo/module.php @@ -106,7 +106,7 @@ class todo_WT_Module extends Module implements ModuleBlockInterface { $content .= '<tr>'; //-- Event date (sortable) $content .= '<td>'; //hidden by datables code - $content .= $fact->getDate()->JD(); + $content .= $fact->getDate()->julianDay(); $content .= '</td>'; $content .= '<td class="wrap">' . $fact->getDate()->display() . '</td>'; $content .= '<td class="wrap"><a href="' . $record->getHtmlUrl() . '">' . $record->getFullName() . '</a></td>'; |
