You are here

constant UPDATE_CURRENT in Drupal 6

Same name and namespace in other branches
  1. 8 core/modules/update/update.module \UPDATE_CURRENT
  2. 7 modules/update/update.module \UPDATE_CURRENT

Project is up to date.

3 uses of UPDATE_CURRENT
theme_update_report in modules/update/update.report.inc
Theme project status report.
update_calculate_project_data in modules/update/update.compare.inc
Given the installed projects and the available release data retrieved from remote servers, calculate the current status.
_update_requirement_check in modules/update/update.module
Private helper method to fill in the requirements array.

File

modules/update/update.module, line 41
The "Update status" module checks for available updates of Drupal core and any installed contributed modules and themes. It warns site administrators if newer releases are available via the system status report (admin/reports/status), the…

Code

define('UPDATE_CURRENT', 5);