Skip to content

Commit db60d01

Browse files
committed
Update app/code/core/Mage/ImportExport/Model/Resource/Helper/Mysql4.php
1 parent b360420 commit db60d01

File tree

1 file changed

+1
-2
lines changed
  • app/code/core/Mage/ImportExport/Model/Resource/Helper

1 file changed

+1
-2
lines changed

app/code/core/Mage/ImportExport/Model/Resource/Helper/Mysql4.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ public function getNextAutoincrement($tableName)
6161
$this->quote($tableName)
6262
);
6363
$entityStatus = $connection->fetchRow($sql);
64-
if (empty($entityStatus['AUTO_INCREMENT']))
65-
{
64+
if (empty($entityStatus['AUTO_INCREMENT'])) {
6665
Mage::throwException(Mage::helper('importexport')->__('Cannot get autoincrement value'));
6766
}
6867

0 commit comments

Comments
 (0)