From bed64ed0cb8aad1a649e18ac86a39f4fc8fcd52b Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Mon, 7 Aug 2017 12:07:36 +1000 Subject: [PATCH] New feature: Add records to an existing sample --- admin/index.php | 1 + admin/samplelist.php | 4 +- admin/updatesample.php | 140 +++++++++++++++++++++++++++++++++ functions/functions.import.php | 98 +++++++++++++++++++++-- 4 files changed, 237 insertions(+), 6 deletions(-) create mode 100644 admin/updatesample.php diff --git a/admin/index.php b/admin/index.php index 9e59a198..2f8440be 100644 --- a/admin/index.php +++ b/admin/index.php @@ -130,6 +130,7 @@ include ("../functions/functions.operator.php");