Predefine the $m variable

This commit is contained in:
Mark J Crane
2025-10-25 14:55:43 -06:00
parent e3f62a55a5
commit 0d9107d4d5

View File

@@ -1611,6 +1611,9 @@ class database {
*/
public function find_new(array $array) {
//define the message ordinal id
$m = 0;
//connect to the database if needed
if (!$this->db) {
$this->connect();