projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ff34c1
)
Trying to access array offset on value of type bool. Fixed.
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Mon, 11 Oct 2021 21:33:07 +0000
(23:33 +0200)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Mon, 11 Oct 2021 21:33:07 +0000
(23:33 +0200)
includes/ui/contacts_view.inc
patch
|
blob
|
history
diff --git
a/includes/ui/contacts_view.inc
b/includes/ui/contacts_view.inc
index fbc657611131082198bb3b53cb7a4bdf33da11b0..23474adc9e32aca2d66b90f06189569d24a13f87 100644
(file)
--- a/
includes/ui/contacts_view.inc
+++ b/
includes/ui/contacts_view.inc
@@
-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"]);