mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Predefine the $m variable
This commit is contained in:
@@ -1611,6 +1611,9 @@ class database {
|
|||||||
*/
|
*/
|
||||||
public function find_new(array $array) {
|
public function find_new(array $array) {
|
||||||
|
|
||||||
|
//define the message ordinal id
|
||||||
|
$m = 0;
|
||||||
|
|
||||||
//connect to the database if needed
|
//connect to the database if needed
|
||||||
if (!$this->db) {
|
if (!$this->db) {
|
||||||
$this->connect();
|
$this->connect();
|
||||||
|
|||||||
Reference in New Issue
Block a user