function ed_readmore_uninstall in Read More Link (Drupal 6 and earlier) 6.3
Same name and namespace in other branches
- 5 ed_readmore.install \ed_readmore_uninstall()
- 6.5 ed_readmore.install \ed_readmore_uninstall()
- 6.2 ed_readmore.install \ed_readmore_uninstall()
File
- ./
ed_readmore.install, line 21
Code
function ed_readmore_uninstall() {
// nothing here, just need to be able to uninstall and
// re-install the module
}