[dw-free] vCard: add Twitter
[commit: http://hg.dwscoalition.org/dw-free/rev/3c4fbbf2acaa]
http://bugs.dwscoalition.org/show_bug.cgi?id=4026
Add Twitter to vCard.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=4026
Add Twitter to vCard.
Patch by
Files modified:
- cgi-bin/LJ/vCard.pm
--------------------------------------------------------------------------------
diff -r 21b8783948b0 -r 3c4fbbf2acaa cgi-bin/LJ/vCard.pm
--- a/cgi-bin/LJ/vCard.pm Fri Nov 11 18:10:28 2011 +0800
+++ b/cgi-bin/LJ/vCard.pm Fri Nov 11 19:29:18 2011 +0800
@@ -59,7 +59,7 @@
}
if ($u->share_contactinfo($remote)) {
- my @chats = qw(aolim google_talk icq jabber msn skype yahoo);
+ my @chats = qw(aolim google_talk icq jabber msn skype twitter yahoo);
foreach my $c (@chats) {
my $field = uc $c;
$field =~ s/_//g;
--------------------------------------------------------------------------------
