diff --git a/public_html/doc/install_wait_list.php b/public_html/doc/install_wait_list.php index 94cdaae..6d53992 100644 --- a/public_html/doc/install_wait_list.php +++ b/public_html/doc/install_wait_list.php @@ -241,6 +241,16 @@ function getWaitCategoryColor($cat) { default: return 'transparent'; } } +// 하드코딩 +$categoryLabels = [ + 0 => 'No Category', + 1 => 'To do list', + 2 => 'Power Wash', + 3 => 'Category 3', + 4 => 'Category 4', + 5 => 'Category 5' +]; + ?> @@ -595,7 +605,7 @@ function getWaitCategoryColor($cat) { foreach ($allCats as $i): $checked = in_array($i, $kw_categories ?? []) ? 'checked' : ''; ?> -