Table Field cleanup

This commit is contained in:
johnnyq
2022-05-07 20:51:13 -04:00
parent 0ac9143e47
commit 50670d4d27
4 changed files with 26 additions and 12 deletions

View File

@@ -204,6 +204,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
$client_notes = $row['client_notes'];
$client_created_at = $row['client_created_at'];
$client_updated_at = $row['client_updated_at'];
$client_archive_at = $row['client_archive_at'];
//Client Tags