diff --git a/include/socgraph.php b/include/socgraph.php index d17265b3e..f055aebdf 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -2144,7 +2144,7 @@ function update_gcontact($contact) { } // assign all unassigned fields from the database entry - foreach ($fields as $field => $data) + foreach ($fields as $field => $data) { if (!isset($contact[$field]) || ($contact[$field] == "")) { $contact[$field] = $r[0][$field]; }