2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
$result=db_query('SELECT name, title, weight FROM {profile_fields} ORDER BY weight');
$result=db_query('SELECT name, title, weight, visibility FROM {profile_fields} WHERE visibility IN (%d, %d) ORDER BY weight',PROFILE_PUBLIC,PROFILE_PUBLIC_LISTINGS);
$result=db_query('SELECT name, title, weight FROM {profile_fields} ORDER BY weight');
$result=db_query('SELECT name, title, weight, visibility FROM {profile_fields} WHERE visibility IN (%d, %d) ORDER BY weight',PROFILE_PUBLIC,PROFILE_PUBLIC_LISTINGS);