You are here

function private_install in Private 6

Same name and namespace in other branches
  1. 5 private.install \private_install()

File

./private.install, line 15

Code

function private_install() {
  drupal_install_schema('private');
}