fix update script
This commit is contained in:
parent
844867a392
commit
e3b5ead1de
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user