mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update user_profile.php
This commit is contained in:
@@ -194,9 +194,6 @@
|
||||
$array_delete['contact_attachments'][0]['contact_uuid'] = $_SESSION['user']['contact_uuid'];
|
||||
$array_delete['contact_attachments'][0]['domain_uuid'] = $domain_uuid;
|
||||
$array_delete['contact_attachments'][0]['contact_attachment_uuid'] = $contact_attachment_uuid;
|
||||
$database = new database;
|
||||
$database->app_name = 'contacts';
|
||||
$database->app_uuid = '04481e0e-a478-c559-adad-52bd4174574c';
|
||||
$database->delete($array_delete);
|
||||
unset($array_delete);
|
||||
|
||||
@@ -945,4 +942,4 @@
|
||||
//include the footer
|
||||
require_once "resources/footer.php";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user