Whats its wrong in this code?
// Begin LJK - option display names if (strlen(trim($option[\'display\'])) != 0){ $option[\'name\'] = $option[\'display\']; } // End