* Use === instead ==
* Use Drupal 6's menu auto-loader.
* Do not use t() function for menu-item title.
* Fix bug using undefined varialbe $account in vcard_fetch() function.
* Fix notices caused by returning undefined variable of vcard_get_field() function.
* Fix notice in vcard_get().
| Comment | File | Size | Author |
|---|---|---|---|
| cleanup.diff | 2.25 KB | vietcoop |
Comments
Comment #1
dman commentedLooks very good.
Anyone still tweaking this module? I've got some fixes to microformats to roll in again.
Comment #2
sanduhrsyes, will have a look at the open issues in the next few days.
Sorry for the delay.
Comment #3
sanduhrsCommited to D5,D6.
Thanks!