Database class integration.

This commit is contained in:
Nate
2019-07-26 23:05:01 -06:00
parent 4ce02d1627
commit a841bfe5f0
5 changed files with 121 additions and 128 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ else {
$p->delete('contact_edit', 'temp');
//if primary, unmark other primary numbers
//if primary, unmark other primary urls
if ($url_primary) {
$sql = "update v_contact_urls set url_primary = 0 ";
$sql .= "where domain_uuid = :domain_uuid ";