Skip to content

Commit

Permalink
5558: replace with new in vcard block part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
atutorlangs committed Nov 27, 2014
1 parent b23077c commit 832069c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/_core/imscc/ims_export.php
Expand Up @@ -247,7 +247,7 @@
$vcard = new vCard();

if(count($row_member) > 0){
$vcard->setName($row_member['last_name'], $row_member['first_name'], $row['login']);
$vcard->setName($row_member['last_name'], $row_member['first_name'], $row_member['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']);
Expand Down

0 comments on commit 832069c

Please sign in to comment.