diff --git a/htdocs/install/repair.php b/htdocs/install/repair.php
index c52e840d11e..d55cdd7d01f 100644
--- a/htdocs/install/repair.php
+++ b/htdocs/install/repair.php
@@ -388,7 +388,7 @@ if ($ok && GETPOST('standard', 'alpha'))
if (GETPOST('standard', 'alpha') == 'confirmed')
{
$db->query($sqldelete);
-
+
print '
| Constant '.$obj->name.' set in entity '.$obj->entity.' with value '.$obj->value.' -> Module not enabled in entity '.$obj->entity.', we delete record |
';
}
else
@@ -409,14 +409,8 @@ if ($ok && GETPOST('standard', 'alpha'))
$db->commit();
}
}
-
-
-
}
-/* From here, actions need a parameter */
-
-
// restore_thirdparties_logos: Move logos to correct new directory.
if ($ok && GETPOST('restore_thirdparties_logos'))