diff --git a/mod.php b/mod.php index b2b464ad..3728c1ed 100644 --- a/mod.php +++ b/mod.php @@ -729,7 +729,9 @@ while($pm = $query->fetch()) { $body .= '' . '' . $pm['id'] . '' . - '' . $pm['username'] . '' . + ($pm['username'] ? + '' . $pm['username'] . '' + : '???') . '' . strftime($config['post_date'], $pm['time']) . '' . '' . pm_snippet($pm['message']) . '' . '';