mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Update constructs to not have parenthesis.
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
$sort = "scheduled_ticket_subject";
|
||||
$order = "ASC";
|
||||
|
||||
require_once("inc_all.php");
|
||||
require_once "inc_all.php";
|
||||
|
||||
|
||||
//Rebuild URL
|
||||
$url_query_strings_sort = http_build_query($get_copy);
|
||||
@@ -159,7 +160,8 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
||||
|
||||
</div>
|
||||
|
||||
<?php require_once('pagination.php'); ?>
|
||||
<?php require_once 'pagination.php';
|
||||
?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -168,6 +170,9 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
||||
<script src="js/multi_actions.js"></script>
|
||||
|
||||
<?php
|
||||
require_once("scheduled_ticket_add_modal.php");
|
||||
require_once("scheduled_ticket_edit_modal.php");
|
||||
require_once("footer.php");
|
||||
require_once "scheduled_ticket_add_modal.php";
|
||||
|
||||
require_once "scheduled_ticket_edit_modal.php";
|
||||
|
||||
require_once "footer.php";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user