improve pings menu

This commit is contained in:
biglyderv 2025-01-20 16:50:22 -05:00
parent a8921d484c
commit 9685751976
4 changed files with 17 additions and 6 deletions

View file

@ -50,7 +50,7 @@
$postieP = "https://nbg.dervland.net/comment.php?id=" . $poid;
$user10 = '%system';
$user10 = ':system';
if ($postType == 'user') {
$postie = "A user commented on your wall: " . $postieP;
$stmt = $db->prepare("INSERT INTO main.comment (username, targetType, targetId, date, content, id) VALUES (?,?,?,?,?,?)");