mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Update constructs to not have parenthesis.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
|
||||
require_once("inc_all.php");
|
||||
require_once "inc_all.php";
|
||||
|
||||
|
||||
$sql = 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");
|
||||
|
||||
@@ -71,4 +72,5 @@ $sql = mysqli_query($mysqli, "SELECT * FROM notifications LEFT JOIN clients ON n
|
||||
</div>
|
||||
|
||||
<?php
|
||||
require_once("footer.php");
|
||||
require_once "footer.php";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user