From 195ce7b062de009b43188b3ba0f9d64ea51f2cfe Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Mon, 7 Aug 2017 12:26:27 +1000 Subject: [PATCH] New feature: Add records to an existing sample --- admin/index.php | 1 + admin/samplelist.php | 4 +- functions/functions.import.php | 98 ++++++++++++++++++++++++++++++++-- 3 files changed, 97 insertions(+), 6 deletions(-) diff --git a/admin/index.php b/admin/index.php index a206a273..8160a618 100644 --- a/admin/index.php +++ b/admin/index.php @@ -128,6 +128,7 @@ include ("../functions/functions.operator.php");