You are here

function purl_boot in Persistent URL 6

Same name and namespace in other branches
  1. 7 purl.module \purl_boot()

Implementation of hook_boot(). This hook is declared simply to ensure that PURL is loaded early enough for url_alter detect its presence. (http://drupal.org/node/729862).

File

./purl.module, line 8

Code

function purl_boot() {
}