// fix Update the call of JavaScript and CSS files in the class of HelperForm and controller templates (PSFV-94)

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10101 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-11-14 14:21:26 +00:00
parent c11c30deca
commit 9885ab5324
7 changed files with 87 additions and 47 deletions
@@ -393,6 +393,8 @@ class AdminImportController extends AdminController
)
);
$this->addJS(_PS_JS_DIR_.'adminImport.js');
$glue = Tools::getValue('separator', ';');
$handle = $this->openCsvFile();
$nb_column = $this->getNbrColumn($handle, $glue);