diff --git a/admin/quotarow.php b/admin/quotarow.php
index 585f139e..5b2bf1b2 100755
--- a/admin/quotarow.php
+++ b/admin/quotarow.php
@@ -141,11 +141,6 @@ if ($questionnaire_id != false)
copy_row_quota($questionnaire_id,$sample_import_id,bigintval($_POST['copy_sample_import_id']));
print "
" . T_("Copied quotas") . "
";
}
- if (isset($_POST['copy_sample_import_id_with_adjustment']))
- {
- copy_row_quota_with_adjusting($questionnaire_id,$sample_import_id,bigintval($_POST['copy_sample_import_id_with_adjustment']));
- print "" . T_("Copied quotas") . "
";
- }
print "" . T_("Current row quotas (click to delete)") . "
";
@@ -196,10 +191,6 @@ if ($questionnaire_id != false)
print "";
-
- print "";
}
}