From 7deebcabd7950e41e01fd615b9a9090477a1c92b Mon Sep 17 00:00:00 2001 From: azammitdcarf Date: Tue, 31 Aug 2010 01:38:15 +0000 Subject: [PATCH] Removed "copying with adjusting" as this is the default --- admin/quotarow.php | 9 --------- 1 file changed, 9 deletions(-) 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 "

" . T_("Copy quotas for this sample to (No error/duplicate checking): "); display_chooser($ss,"copy_sample_import_id","copy_sample_import_id",false,false,false,false); print "

"; - - print "

" . T_("Copy quotas for this sample to (No error/duplicate checking) with adjusting: "); - display_chooser($ss,"copy_sample_import_id_with_adjustment","copy_sample_import_id_with_adjustment",false,false,false,false); - print "

"; } }