fixed comment and explained one

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-03-23 23:37:58 +01:00 committed by Roland Häder
parent 1567eb0791
commit 4ca26fd3bc
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 3 additions and 1 deletions

View File

@ -1974,9 +1974,11 @@ class DFRN
*/
if (!DBM::is_result($r)) {
// database record did not get created. Quietly give up.
return false;
killme();
}
$fid = $r[0]["id"];
$hash = random_string();
$r = q(