bean->status = ''; } //if if(!empty($_REQUEST['status']) && ($_REQUEST['status'] == 'made')) { $this->bean->status = 'made'; } parent::preDisplay(); } function display() { if($this->ev->isDuplicate){ $this->bean->status = $GLOBALS['mod_strings']['LBL_DEFAULT_STATUS']; } //if if( $this->bean->id==''){ $this->bean->date_reminder=date('d.m.Y H:i:00',strtotime(date('d.m.Y H:i:00'))+3600*24); } parent::display(); } } ?>