View contact interface improvement

This commit is contained in:
Pinga 2024-02-20 00:17:30 +02:00
parent 5b7bb13434
commit c8300c3bec
2 changed files with 36 additions and 1 deletions

View file

@ -390,7 +390,7 @@ class ContactsController extends Controller
return $response->withHeader('Location', '/contacts')->withStatus(302);
}
$contact = $db->selectRow('SELECT id, identifier, voice, fax, email, nin, nin_type, crdate, clid, disclose_voice, disclose_fax, disclose_email FROM contact WHERE identifier = ?',
$contact = $db->selectRow('SELECT id, identifier, voice, fax, email, nin, nin_type, crdate, lastupdate, clid, disclose_voice, disclose_fax, disclose_email FROM contact WHERE identifier = ?',
[ $args ]);
if ($contact) {