non security modules update
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* Install, update and uninstall functions for the Honeypot module.
|
||||
*/
|
||||
|
||||
@@ -38,8 +37,9 @@ function honeypot_schema() {
|
||||
* Implements hook_install().
|
||||
*/
|
||||
function honeypot_install() {
|
||||
drupal_set_message(st("Honeypot installed successfully. Please !link to protect your forms from spam bots.", array(
|
||||
'!link' => l(st('configure Honeypot'), 'admin/config/content/honeypot')
|
||||
$t = get_t();
|
||||
drupal_set_message($t("Honeypot installed successfully. Please !link to protect your forms from spam bots.", array(
|
||||
'!link' => l($t('configure Honeypot'), 'admin/config/content/honeypot'),
|
||||
)));
|
||||
}
|
||||
|
||||
@@ -65,7 +65,6 @@ function honeypot_update_7001() {
|
||||
$ret = array();
|
||||
|
||||
// Leaving this in because I had it in version 1.3. Silly me.
|
||||
|
||||
return $ret;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user