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 b360420 commit db60d01Copy full SHA for db60d01
app/code/core/Mage/ImportExport/Model/Resource/Helper/Mysql4.php
@@ -61,8 +61,7 @@ public function getNextAutoincrement($tableName)
61
$this->quote($tableName)
62
);
63
$entityStatus = $connection->fetchRow($sql);
64
- if (empty($entityStatus['AUTO_INCREMENT']))
65
- {
+ if (empty($entityStatus['AUTO_INCREMENT'])) {
66
Mage::throwException(Mage::helper('importexport')->__('Cannot get autoincrement value'));
67
}
68
0 commit comments