backdrop-contrib / bakery

Allows for single sign-on between Backdrop sites on the same domain.
GNU General Public License v2.0
1 stars 3 forks source link

Remove support for profile module #3

Closed jenlampton closed 7 years ago

jenlampton commented 7 years ago
  if (module_exists('profile')) {
    $result = db_query('SELECT name, title FROM {profile_field} ORDER BY category, weight');
    foreach ($result as $field) {
      $options[$field->name] = check_plain($field->title);
    }
  }
jenlampton commented 7 years ago

I have removed any mention of profile module.