foreach($options as $id) { if ($id > 0) { $opt = SelectAttributeTypeOption::getByID($id); $optionText[] = $opt->getSelectAttributeOptionValue(); } }
foreach($options as $id) { if ($id > 0) { $opt = SelectAttributeTypeOption::getByID($id); if (is_object($opt)) { $optionText[] = $opt->getSelectAttributeOptionValue(); } } }
You are allowed to delete your post for 5 minutes after it's posted.
Delete
You must have a user account and be signed to perform this action.