if  [  "${DRUPAL_CONFIGURE}"  ==  "y"  ]  &&  [  "${DRUPAL_VER}"  ==  "older"  ];  then
  message  ""
  message  "This spell makes an assumption, which may not be accurate in your"
  message  "case, and sets the '\$base_url' variable in "
  message  "${INSTALL_ROOT}${DRUPAL_INSTALL_PATH}/${SPELL}/sites/default/settings.php"
  message  "to 'http://localhost/${SPELL}'."
  message  ""
  message  "If that is not correct for your situation, you will need to change"
  message  "that variable in that file."
  message  ""
fi                                                                                       &&

persistent_remove  MYSQL_PASSWORD
