Merge branch 'master' into techbar

This commit is contained in:
ThaMunsta
2024-12-18 12:04:43 -05:00
272 changed files with 6404 additions and 1930 deletions

View File

@@ -100,8 +100,8 @@ shuffle($placeholder);
$sql_notifications = mysqli_query($mysqli, "SELECT * FROM notifications
LEFT JOIN clients ON notification_client_id = client_id
WHERE notification_dismissed_at IS NULL
AND (notification_user_id = $session_user_id OR notification_user_id = 0)
ORDER BY notification_id DESC LIMIT 5"
AND notification_user_id = $session_user_id
ORDER BY notification_id DESC LIMIT 8"
);
?>