From 2946fc9c9b65e8c923f79cbd311c0c4c55722a0a Mon Sep 17 00:00:00 2001 From: "ranindya.p" Date: Thu, 25 Oct 2018 12:24:39 +0700 Subject: [PATCH] [FXING] remove comments in edit_profile --- web/edit_profile/edit_profile.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/edit_profile/edit_profile.php b/web/edit_profile/edit_profile.php index b06bb1f..372a323 100644 --- a/web/edit_profile/edit_profile.php +++ b/web/edit_profile/edit_profile.php @@ -22,11 +22,11 @@ } // echo $update_name; $update = setUserProfile($user_id, $update_name, $update_address, $update_phone, $name, $tmp_name); - if ($update == 0){ - echo ""; - } else{ - echo ""; - } + // if ($update == 0){ + // echo ""; + // } else{ + // echo ""; + // } header('Location: ../profile'); exit; ?> \ No newline at end of file -- GitLab