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