constant UPDATE_NOT_CURRENT
- 7.x drupal-7.x/modules/update/update.module UPDATE_NOT_CURRENT
- 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.
7 uses of UPDATE_NOT_CURRENT
- theme_update_report in drupal-7.x/
modules/ update/ update.report.inc - Returns HTML for the project status report.
- theme_update_status_label in drupal-7.x/
modules/ update/ update.report.inc - Returns HTML for a label to display for a project's update status.
- update_calculate_project_update_status in drupal-7.x/
modules/ update/ update.compare.inc - Calculates the current update status of a specific project.
- update_manager_update_form in drupal-7.x/
modules/ update/ update.manager.inc - Form constructor for the update form of the Update Manager module.
- _update_cron_notify in drupal-7.x/
modules/ update/ update.fetch.inc - Performs any notifications that should be done once cron fetches new data.
File
- drupal-7.x/
modules/ update/ update.module, line 39 - Handles updates of Drupal core and contributed projects.
Code
define('UPDATE_NOT_CURRENT', 4)