You are here

function cmis_boot in CMIS API 6.3

Same name and namespace in other branches
  1. 6.4 cmis.module \cmis_boot()
  2. 7.2 cmis.module \cmis_boot()
  3. 7 cmis.module \cmis_boot()

Implementation of hook_boot()

File

./cmis.module, line 237

Code

function cmis_boot() {
  if (isset($_SESSION['cmis_repository'])) {
    global $user;
    $user->cmis_repository = $_SESSION['cmis_repository'];
  }
}