Trying to access array offset on value of type bool. Fixed.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 11 Oct 2021 21:33:07 +0000 (23:33 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 11 Oct 2021 21:33:07 +0000 (23:33 +0200)
includes/ui/contacts_view.inc

index fbc657611131082198bb3b53cb7a4bdf33da11b0..23474adc9e32aca2d66b90f06189569d24a13f87 100644 (file)
@@ -48,7 +48,7 @@ class contacts extends simple_crud {
                        while ($last)
                        {
                                        
-                               if ($myrow['id'] != $last['id']) {
+                               if (@$myrow['id'] != $last['id']) {
                                        alt_table_row_color($k);
                                        label_cell(implode('<br>',$description));
                                        label_cell($last["ref"]);