system_update_6026

Versions
6
system_update_6026()

Display warning about new Update status module.

Related topics

Code

modules/system/system.install, line 2020

<?php
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;
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.