diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php
index 0ce80b64ee..c570c92fc4 100644
--- a/app/destinations/destination_edit.php
+++ b/app/destinations/destination_edit.php
@@ -240,7 +240,6 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo "\n";
echo "
\n";
echo " | \n";
echo "\n";
echo " | \n";
echo "\n";
echo " | \n";
echo "\n";
echo " | \n";
echo "\n";
echo " | \n";
echo "\n";
echo " | \n";
echo "\n";
echo " \n";
- echo " \n";
- if ($user_enabled == "true" || $user_enabled == "") {
+ if ($user_enabled == "true") {
echo " \n";
}
else {
|