constant UPDATE_NOT_CURRENT

  1. 7.x drupal-7.x/modules/update/update.module UPDATE_NOT_CURRENT
  2. 6.x drupal-6.x/modules/update/update.module UPDATE_NOT_CURRENT

Project has a new release available, but it is not a security release.

5 uses of UPDATE_NOT_CURRENT
theme_update_report in drupal-6.x/modules/update/update.report.inc
Theme project status report.
update_calculate_project_data in drupal-6.x/modules/update/update.compare.inc
Given the installed projects and the available release data retrieved from remote servers, calculate the current status.
_update_cron_notify in drupal-6.x/modules/update/update.fetch.inc
Perform any notifications that should be done once cron fetches new data.
_update_message_text in drupal-6.x/modules/update/update.module
Helper function to return the appropriate message text when the site is out of date or missing a security update.
_update_requirement_check in drupal-6.x/modules/update/update.module
Private helper method to fill in the requirements array.

File

drupal-6.x/modules/update/update.module, line 36
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_NOT_CURRENT', 4)