We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52965ab commit d282467Copy full SHA for d282467
exch/php/lib/db.php
@@ -67,6 +67,7 @@ function get_user_info_by_name($email_address)
67
$results = $db_conn->query($sql_string);
68
if (!$results)
69
_log_db("failed to query database: " . $db_conn->error);
70
+ $data_array["real_name"] = "";
71
while (($row = $results->fetch_row())) {
72
if ($row[0] == 805371935)
73
$data_array["real_name"] = $row[1];
0 commit comments