function panels_update_6304 in Panels 6.3
Ensure that users are informed about the page manager module.
File
- ./
panels.install, line 1426
Code
function panels_update_6304() {
if (!module_exists('page_manager')) {
drupal_set_message(t('The delegator module has been replaced by the Page Manager module. You should enable the page manager module to ensure that any panel pages you have will not be lost.'));
}
return array();
}