Closed (fixed)
Project:
vCard
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
18 Aug 2009 at 09:53 UTC
Updated:
6 Nov 2009 at 15:20 UTC
* 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!