diff --git a/client_racks.php b/client_racks.php index 5b9f50a3..2ec1205a 100644 --- a/client_racks.php +++ b/client_racks.php @@ -128,12 +128,14 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); rack_photo"> - +
- - + + + + @@ -168,7 +170,9 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); - + + + @@ -177,9 +181,9 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
DescriptionDescription
NotesNotes
- + - + diff --git a/post/admin/admin_tax.php b/post/admin/admin_tax.php index 3fef08ce..82b3825b 100644 --- a/post/admin/admin_tax.php +++ b/post/admin/admin_tax.php @@ -48,7 +48,7 @@ if (isset($_GET['archive_tax'])) { $tax_id = intval($_GET['archive_tax']); // Get Tax Name for logging - $sql = mysqli_query($mysqli,"SELECT tax_name FROM taxs WHERE tax_id = $tax_id"); + $sql = mysqli_query($mysqli,"SELECT tax_name FROM taxes WHERE tax_id = $tax_id"); $row = mysqli_fetch_array($sql); $tax_name = sanitizeInput($row['tax_name']);
UU Device