diff options
Diffstat (limited to 'app/Functions/FunctionsPrintLists.php')
| -rw-r--r-- | app/Functions/FunctionsPrintLists.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Functions/FunctionsPrintLists.php b/app/Functions/FunctionsPrintLists.php index 8710cc3059..8103f70d72 100644 --- a/app/Functions/FunctionsPrintLists.php +++ b/app/Functions/FunctionsPrintLists.php @@ -1994,7 +1994,7 @@ class FunctionsPrintLists { } $html .= '</td>'; $html .= '<td>' . $record->getSortName() . '</td>'; - $html .= '<td>' . $fact->getDate()->display(!Auth::isSearchEngine()) . '</td>'; + $html .= '<td>' . $fact->getDate()->display() . '</td>'; $html .= '<td>' . $n . '</td>'; $html .= '<td>' . ($fact->anniv ? I18N::number($fact->anniv) : '') . '</td>'; $html .= '<td>' . $fact->anniv . '</td>'; |
