else {
drupal_set_message(t('Table installation for the Buddylist module was unsuccessful. The tables may need to be installed by hand. See the README.txt file for a list of the installation queries.'), 'error');
}
- if (!module_exist('profile')) {
- drupal_set_message(t("The Buddylist module isn't fully functional without the profile module enabled."), 'error');
- }
}
function buddylist_update_1() {