diff --git a/core/users/user_profile.php b/core/users/user_profile.php index 87c75b588b..9e7955b743 100644 --- a/core/users/user_profile.php +++ b/core/users/user_profile.php @@ -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"; -?> \ No newline at end of file +?>