function date_update_5201 in Date 5.2
Same name and namespace in other branches
- 6 date/date.install \date_update_5201()
The original code was not working right, repeat this in update_5207.
Return value
unknown
File
- date/
date.install, line 368
Code
function date_update_5201() {
$ret = array();
return $ret;
}