We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 940a993 commit d170952Copy full SHA for d170952
magmi/web/magmi_import_run.php
@@ -6,7 +6,7 @@
6
session_write_close();
7
?>
8
<script type="text/javascript">
9
- var imp_params={engine:'magmi_productimportengine:Magmi_ProductImportEngine'?>'};
+ var imp_params={engine:'magmi_productimportengine:Magmi_ProductImportEngine'};
10
<?php
11
foreach ($_REQUEST as $k => $v) {
12
echo "imp_params['$k']='$v';\n";
0 commit comments