Commit 60167da56021197f8cdefaac55bb4515defa66e2

Authored by Administrator
1 parent 8a5ca7c4

big commti

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/modules/product/models/Import.php
... ... @@ -376,7 +376,7 @@ class Import extends Model {
376 376 {
377 377 if (! empty ($data[$i]))
378 378 {
379   - print_r($data[$i]);
  379 + print_r($data);
380 380 die();
381 381 $mod_arr = explode ('=', $data[$i]);
382 382 $mod_art = $mod_arr[0];
... ...