function ctools_update_6007
The ctools_custom_content table was originally here, but is now moved to its own module.
File
-
./
ctools.install, line 235
Code
function ctools_update_6007() {
$ret = array();
if (db_table_exists('ctools_custom_content')) {
// Enable the module to make everything as seamless as possible.
module_enable(array(
'ctools_custom_content',
), TRUE);
}
return $ret;
}