mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Changelog Update, Allow to view unlimited notifications
This commit is contained in:
@@ -5,7 +5,7 @@ require_once '../includes/ajax_header.php';
|
||||
$sql = mysqli_query($mysqli, "SELECT * FROM notifications
|
||||
WHERE notification_user_id = $session_user_id
|
||||
AND notification_dismissed_at IS NULL
|
||||
ORDER BY notification_id DESC LIMIT 8"
|
||||
ORDER BY notification_id"
|
||||
);
|
||||
|
||||
$num_notifications = mysqli_num_rows($sql);
|
||||
|
||||
Reference in New Issue
Block a user