Finished File Entity Renaming process

This commit is contained in:
johnnyq
2022-02-05 13:24:57 -05:00
parent 559d0559fa
commit 278b243e7c
123 changed files with 114 additions and 207 deletions

View File

@@ -138,7 +138,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
<?php
include("edit_company_modal.php");
include("company_edit_modal.php");
}
?>
@@ -150,6 +150,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
</div>
</div>
<?php include("add_company_modal.php"); ?>
<?php include("company_add_modal.php"); ?>
<?php include("footer.php");