Skip to content

Commit 2c83b90

Browse files
authored
Update app/code/core/Mage/ImportExport/Model/Resource/Helper/Mysql4.php
1 parent bad0346 commit 2c83b90

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
@@ -68,8 +68,7 @@ public function getNextAutoincrement($tableName)
6868
$this->quote($tableName)
6969
);
7070
$entityStatus = $connection->fetchRow($sql);
71-
if (empty($entityStatus['AUTO_INCREMENT']))
72-
{
71+
if (empty($entityStatus['AUTO_INCREMENT'])) {
7372
Mage::throwException(Mage::helper('importexport')->__('Cannot get autoincrement value'));
7473
}
7574

0 commit comments

Comments
 (0)