fix update script

This commit is contained in:
Daniel Seifert 2013-04-24 10:41:28 +00:00
parent 844867a392
commit e3b5ead1de

View File

@ -83,6 +83,9 @@ jQ9';
'oxmodid' => $this->sModKey, 'oxmodid' => $this->sModKey,
'oxshopid' => $oShop->getId(), 'oxshopid' => $oShop->getId(),
); );
if ($this->_checkTableItemNotExist('d3_cfg_mod', $aWhere))
{
$aInsertFields = array( $aInsertFields = array(
'OXID' => array( 'OXID' => array(
'content' => "md5('" . $this->sModKey . " " . $oShop->getId() . " de')", 'content' => "md5('" . $this->sModKey . " " . $oShop->getId() . " de')",
@ -145,6 +148,7 @@ jQ9';
} }
} }
} }
}
return $blRet; return $blRet;
} }