fix update script
Dieser Commit ist enthalten in:
Ursprung
844867a392
Commit
e3b5ead1de
@ -83,6 +83,9 @@ jQ9';
|
||||
'oxmodid' => $this->sModKey,
|
||||
'oxshopid' => $oShop->getId(),
|
||||
);
|
||||
|
||||
if ($this->_checkTableItemNotExist('d3_cfg_mod', $aWhere))
|
||||
{
|
||||
$aInsertFields = array(
|
||||
'OXID' => array(
|
||||
'content' => "md5('" . $this->sModKey . " " . $oShop->getId() . " de')",
|
||||
@ -145,6 +148,7 @@ jQ9';
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
return $blRet;
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren