function simplenews_update_6200 in Simplenews 6
Same name and namespace in other branches
- 6.2 simplenews.install \simplenews_update_6200()
Dummy update for compatibility with HEAD
Accidentally added in 6--1-1 branch already. Continuing with 6200 numbers!
File
- ./
simplenews.install, line 613 - Simplenews installation.
Code
function simplenews_update_6200() {
return array();
}