function cumulus_schema in Cumulus 6
Implementation of hook_schema().
File
- ./
cumulus.install, line 18 - The install file for cumulus.module
Code
function cumulus_schema() {
return array();
}
Implementation of hook_schema().
function cumulus_schema() {
return array();
}