function date_api_update_5200 in Date 5.2
Same name and namespace in other branches
- 6 date_api.install \date_api_update_5200()
Make sure all the appropriate modules get enabled.
File
- ./
date_api.install, line 125
Code
function date_api_update_5200() {
$ret = array();
return $ret;
}