mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 18:53:49 +00:00
Update database.php
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
The Initial Developer of the Original Code is
|
||||
Mark J Crane <markjcrane@fusionpbx.com>
|
||||
Copyright (C) 2010 - 2019
|
||||
Copyright (C) 2010 - 2020
|
||||
All Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
@@ -723,9 +723,9 @@ include "root.php";
|
||||
$i++;
|
||||
}
|
||||
if (strlen($field_value) > 0) {
|
||||
$results = $this->execute($sql, $parameters, 'row');
|
||||
$results = $this->execute($sql, $parameters, 'all');
|
||||
if (is_array($results)) {
|
||||
$array[$table_name][] = $results;
|
||||
$array[$table_name] = $results;
|
||||
}
|
||||
}
|
||||
unset($parameters);
|
||||
|
||||
Reference in New Issue
Block a user