Skip to content

Commit

Permalink
5558: replace with new in vcard block
Browse files Browse the repository at this point in the history
atutorlangs committed Nov 27, 2014
1 parent c1e66d5 commit b23077c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/_core/imscc/ims_export.php
100644 → 100755
Original file line number Diff line number Diff line change
@@ -247,7 +247,7 @@
$vcard = new vCard();

if(count($row_member) > 0){
$vcard->setName($row['last_name'], $row['first_name'], $row['login']);
$vcard->setName($row_member['last_name'], $row_member['first_name'], $row['login']);
$vcard->setEmail($row['email']);
$vcard->setNote('Originated from an ATutor at '.AT_BASE_HREF.'. See ATutor.ca for additional information.');
$vcard->setURL($row['website']);

0 comments on commit b23077c

Please sign in to comment.