From 6f3285fed1f11b109ad37fa5a59c58a26fb6aab7 Mon Sep 17 00:00:00 2001 From: Grim0o5 Date: Mon, 13 Jan 2025 10:53:01 +0545 Subject: [PATCH] minor changes in the job detaisl page --- job_details.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job_details.php b/job_details.php index 60e4dd9..2b3fcfe 100644 --- a/job_details.php +++ b/job_details.php @@ -42,7 +42,7 @@ if ($job_id > 0) { // Check if the logged-in user is a job seeker,employer and is the one who posted the job $is_job_seeker = ($_SESSION['user_type'] === 'Job seeker'); $is_employer = ($_SESSION['user_type'] === 'Employer'); -$_isemployer_id = ($_SESSION['employer_id'] ==='employer_id'); + // Handle job application if (isset($_POST['apply']) && $is_job_seeker) { // Get seeker_id from session