function ctools_custom_content_install in Chaos Tool Suite (ctools) 6
Implementation of hook_install().
File
- ctools_custom_content/
ctools_custom_content.install, line 72
Code
function ctools_custom_content_install() {
if (!db_table_exists('ctools_custom_content')) {
drupal_install_schema('ctools_custom_content');
}
}