X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Import%2FCore_templatestr.php;h=c71d8847d090754ce2151e6967823adc9c1454b8;hb=e6c71da7e4ab35bfd94dd1d9fbb543267cb95bdb;hp=9f9e77372923502c61b0d161c1772431ad89c075;hpb=78148505ccefcbe590a22b9139871ad71b345d5e;p=Pman.Admin 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)); }