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 parent::display(); } } ?>