Update database.php

This commit is contained in:
FusionPBX 2024-08-06 11:28:32 -06:00 committed by GitHub
parent 46bbb31391
commit c960575796
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 6 deletions

View File

@ -2103,19 +2103,17 @@
public function save(array &$array, bool $transaction_save = true) {
//prepare the values
$parent_key_value = null;
$parent_key_exists = null;
$parent_field_names = [];
$child_field_names = [];
$this->message = [];
$parent_key_name = null;
$parent_key_exists = false;
$child_key_name = null;
$parent_key_name = null;
$parent_key_value = null;
$child_key_exists = false;
$this->table = null;
$child_key_name = null;
$child_key_value = null;
$table_name = null;
$child_table_name = null;
$this->fields = null;
//set default return value
$retval = true;