You are here

function ed_readmore_uninstall in Read More Link (Drupal 6 and earlier) 6.3

Same name and namespace in other branches
  1. 5 ed_readmore.install \ed_readmore_uninstall()
  2. 6.5 ed_readmore.install \ed_readmore_uninstall()
  3. 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
}