From e6c71da7e4ab35bfd94dd1d9fbb543267cb95bdb Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 15 Dec 2020 15:34:33 +0800 Subject: [PATCH] actually import the data --- Import/Core_templatestr.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Import/Core_templatestr.php b/Import/Core_templatestr.php index 9f9e773..c71d884 100644 --- a/Import/Core_templatestr.php +++ b/Import/Core_templatestr.php @@ -58,10 +58,10 @@ class Pman_Admin_Import_Core_templatestr extends Pman //$rows = $this->readXLS("/home/alan/Downloads/oll_example.xls") ; $rows = $this->readXLS($_FILES['imageUpload']['tmp_name']) ; - //$ret = $this->processRows($rows); + $ret = $this->processRows($rows); - $this->jok("DONE", false, array('extra'=> $rows)); + $this->jok("DONE", false, array('extra'=> $ret)); } -- 2.39.2