Remove DB Check

This commit is contained in:
johnnyq
2025-05-08 16:46:25 -04:00
parent a67675c649
commit 2a43c5d868

View File

@@ -28,8 +28,6 @@
<!-- Right navbar links -->
<ul class="navbar-nav ml-auto">
<?php if(CURRENT_DATABASE_VERSION > '1.4.5' ) { // Check DB Version REMOVE on Decemeber 1st 2024 -Johnny ?>
<!--Custom Nav Link -->
<?php
$sql_custom_links = mysqli_query($mysqli, "SELECT * FROM custom_links WHERE custom_link_location = 2 AND custom_link_archived_at IS NULL
@@ -58,8 +56,6 @@
<?php } ?>
<!-- End Custom Nav Links -->
<?php } // End DB Check ?>
<!-- New Notifications Dropdown -->
<?php
$row = mysqli_fetch_assoc(mysqli_query($mysqli, "SELECT COUNT('notification_id') AS num FROM notifications WHERE notification_user_id = $session_user_id AND notification_dismissed_at IS NULL"));