From 0b93d58a324d28423b9f49fc12cd5a2159fdaa4d Mon Sep 17 00:00:00 2001 From: johnnyq Date: Fri, 22 Aug 2025 18:51:39 -0400 Subject: [PATCH] Consolidate account modals to modals/account removed ajax_ and _modal prefixes from file names and use new ajax-modal syntax --- user/accounts.php | 16 +++++----------- .../account_add.php} | 0 .../account/account_edit.php} | 4 ++-- 3 files changed, 7 insertions(+), 13 deletions(-) rename user/modals/{account_add_modal.php => account/account_add.php} (100%) rename user/{ajax/ajax_account_edit.php => modals/account/account_edit.php} (94%) diff --git a/user/accounts.php b/user/accounts.php index 16ca6995..bac7010b 100644 --- a/user/accounts.php +++ b/user/accounts.php @@ -83,11 +83,8 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); - + @@ -99,11 +96,8 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));