aat_legacy_install()contrib-6/amazon/aat_legacy/aat_legacy.install, line 3
<?php
function aat_legacy_install() {
drupal_set_message(t("The AAT Legacy module is only for importing legacy data. After data is imported, this module can be disabled."));
}
?>