You are here

constant UPDATE_STATUS_NOT_CURRENT in Update Status 5.2

Same name and namespace in other branches
  1. 5 update_status.module \UPDATE_STATUS_NOT_CURRENT

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

6 uses of UPDATE_STATUS_NOT_CURRENT
theme_update_status_report in ./update_status.module
Theme project status report.
update_status_calculate_project_data in ./update_status.module
Given the installed projects and the available release data retrieved from remote servers, calculate the current status.
update_status_help in ./update_status.module
Implementation of hook_help().
_update_status_cron_notify in ./update_status.module
Perform any notifications that should be done once cron fetches new data.
_update_status_message_text in ./update_status.module
Helper function to return the appropriate message text when the site is out of date or missing a security update.

... See full list

File

./update_status.module, line 29

Code

define('UPDATE_STATUS_NOT_CURRENT', 4);