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 bad0346 commit 2c83b90Copy full SHA for 2c83b90
app/code/core/Mage/ImportExport/Model/Resource/Helper/Mysql4.php
@@ -68,8 +68,7 @@ public function getNextAutoincrement($tableName)
68
$this->quote($tableName)
69
);
70
$entityStatus = $connection->fetchRow($sql);
71
- if (empty($entityStatus['AUTO_INCREMENT']))
72
- {
+ if (empty($entityStatus['AUTO_INCREMENT'])) {
73
Mage::throwException(Mage::helper('importexport')->__('Cannot get autoincrement value'));
74
}
75
0 commit comments