
sorry, aber ich habe im moment so viel zu tun, dass ich mich leider nicht um solche anpassungen kümmern kann.
Code: Alles auswählen
function serialization() {
global $cfg;
if (!empty ($_POST[$this->index]) && $this->edit) {
for ($i = 0; $i <= count($_POST[$this->index]); $i += 3) {
if ($_POST[$this->index][$i] != 0) {
$this->cmsValue[] = $_POST[$this->index][$i];
$this->cmsValue[] = htmlentities($_POST[$this->index][$i +1]);
$this->cmsValue[] = htmlentities($_POST[$this->index][$i +2]);
}
}