Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2025-09-10 18:18:19 +02:00
commit e7e2567f30

View File

@ -93,7 +93,7 @@ $(document).ready( function() {
if($passwordexpiration > 0) {
print "<tr>\n";
print "<td>".getMLText("password_expiration")." : </td>\n";
print "<td>".htmlspecialchars($user->getPwdExpiration())."</td>\n";
print "<td>".htmlspecialchars($user->getPwdExpiration() ?? '')."</td>\n";
print "</tr>\n";
}
print "<tr>\n";