function system_update_6026 in Drupal 6
Display warning about new Update status module.
Related topics
File
- modules/
system/ system.install, line 2088
Code
function system_update_6026() {
$ret = array();
// Notify user that new update module exists.
drupal_set_message('Drupal can check periodically for important bug fixes and security releases using the new update status module. This module can be turned on from the <a href="' . url('admin/build/modules') . '">modules administration page</a>. For more information please read the <a href="http://drupal.org/handbook/modules/update">Update status handbook page</a>.');
return $ret;
}