function content_update_1007 in Content Construction Kit (CCK) 5
Empty update - Was : create the {cache_content} table. This is now executed in content_update_create_cache_table() before any update is run.
File
- ./
content.install, line 548
Code
function content_update_1007() {
return array();
}