Import/Enum.php
authorAlan Knowles <alan@roojs.com>
Thu, 5 Feb 2015 05:39:07 +0000 (13:39 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 5 Feb 2015 05:39:07 +0000 (13:39 +0800)
Import/Enum.php

index 205ffec..9c37830 100644 (file)
@@ -54,6 +54,9 @@ class Pman_Admin_Import_Enum extends Pman_Roo
             $this->jerr('Invalid etype');
         }
         
+        
+        
+        
         $fh = fopen($csv, 'r');
         if (!$fh) {
             $this->jerr("invalid file");
@@ -91,6 +94,8 @@ class Pman_Admin_Import_Enum extends Pman_Roo
             $rows[] = $row;
         }
         
+        print_r($rows);exit;
+        
         if (empty($cols)) {
             $this->jerr("could not find a row with " . implode(' / ', $req));
         }