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