From 4c11bc605bdc7a2417b0ca1ca14f848471dee588 Mon Sep 17 00:00:00 2001
From: Viktor Pedersen <viktor@dsv.su.se>
Date: Wed, 8 Sep 2021 14:50:30 +0200
Subject: [PATCH] testing search function

---
 include/Product.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/Product.php b/include/Product.php
index 2475145..111677c 100644
--- a/include/Product.php
+++ b/include/Product.php
@@ -147,7 +147,7 @@ class Product extends Entity {
             // print('<br><br>');
 
             print('=== DEBUG diff $terms and $matches ===<br>');
-            var_dump($array_diff_assoc($terms, $matches));
+            var_dump(array_diff_assoc($terms, $matches));
             print('<br><br>');
             print('=== DEBUG $matches ===<br>');
             var_dump($matches);