You are here

function git_deploy_boot in Git Deploy 7.2

Same name and namespace in other branches
  1. 7 git_deploy.module \git_deploy_boot()

Implements hook_boot().

File

./git_deploy.module, line 27
Adds project, version and date information to projects checked out with Git.

Code

function git_deploy_boot() {

  // This function doesn't do anything, but because it exists, Git Deploy gets
  // loaded before update.php resets the module list. That allows us to make
  // sure Git Deploy is in the new module list.
}