Contribution Date
Technology
Contribution Project
Contribution Details
+++ b/nodeownership.module
@@ -157,8 +157,16 @@ function nodeownership_claim_insert() {
+ ¶
...
+ $mail = drupal_mail('nodeownership', 'user_claim', $recipient['mail'], $language);
+ drupal_set_message(t('Your claim has been recorded and an email has been sent to the site administrators.'));
...
+ else {
+ drupal_set_message(t('Your claim has been recorded.')); ¶
+ }
Remove Empty spaces. There are many in your patch.
Contribution Issue Link
Contribution Link
Files count
0
Patches count
0