mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-27 10:00:41 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
e7e2567f30
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user