Closed (outdated)
Project:
Drupal core
Version:
6.12
Component:
user system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 May 2009 at 00:24 UTC
Updated:
2 Mar 2016 at 22:18 UTC
Jump to comment: Most recent
Comments
Comment #1
mnlund commentedVoting for this one!
Comment #2
PWG commentedAnd here's my vote! Thanks, davidwhthomas!
PWG
Comment #3
dyesdyes commentedThanks !
Works perfectly !
Little help for beginners :
use the hook :
function yourModuleName_mail_tokens($type, $object = NULL, $options = array()) {
$tokens['id'] = value;
return $tokens;
}
Hope it will help someone,
thanks again for the patch
Comment #4
plopescI vote it too!!