constant FLIGHTPATH_VERSION

  1. 6.x bootstrap.inc FLIGHTPATH_VERSION
  2. 4.x bootstrap.inc FLIGHTPATH_VERSION
  3. 5.x bootstrap.inc FLIGHTPATH_VERSION
4 uses of FLIGHTPATH_VERSION
fp_get_module_details in includes/misc.inc
Simply returns the module's row from the modules table, if it exists.
system_modules_form in modules/system/system.module
This is the form which an admin may use to manage the modules in the system.
system_status in modules/system/system.module
Implementation of hook_status Expected return is array( "severity" => "normal" or "warning" or "alert", "status" => "A message to display to the user.", );
update_status_get_install_status_url in modules/update_status/update_status.module
Returns a URL containing install statuses for all installed modules on this site.

File

./bootstrap.inc, line 51
This file should be included by every public-facing page of FlightPath. It will include all the classes, as well as settings and function files, and modules.

Code

define('FLIGHTPATH_VERSION', '4.4.2')