Changes between Version 63 and Version 64 of Plugin_Hooks
- Timestamp:
- May 12, 2011 4:26:33 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Plugin_Hooks
v63 v64 563 563 ''Return values:'' 564 564 * abort 565 566 567 === contact_displayname === 568 569 (since [milestone:0.6-beta]) 570 571 When saving a contact without name field or when adding a contact from mail task, 572 all data is passed to this hook where the display name can be composed. 573 574 ''Arguments:'' 575 * name: ''The name of the contact to be saved (could be empty)'' 576 * email: ''E-mail address'' 577 * prefix 578 * firstname 579 * middlename 580 * surname 581 * suffix 582 583 ''Return values:'' 584 * name 565 585 566 586
