mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-01 00:23:19 +02:00
View contact interface improvement
This commit is contained in:
parent
5b7bb13434
commit
c8300c3bec
2 changed files with 36 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue