Drupal modules for browsing and managing Fedora-based digital repositories.

15 lines
261 B

<?php
// $Id$
/**
* @file fedora_repository.install
*/
/**
* Implementation of hook_enable().
*/
function fedora_collections_enable() {
//nothing to do as we do not currently touch the drupal database.
//other than the variables table
}