Contacts: Added comment for qr code generation code.

This commit is contained in:
Nate Jones 2014-07-26 06:50:19 +00:00
parent 4cd99e5bbf
commit 8bcba2abb7
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
$document['title'] = $text['title-contact-add']; $document['title'] = $text['title-contact-add'];
} }
// qr code generation
$_GET['type'] = "text"; $_GET['type'] = "text";
$qr_vcard = true; $qr_vcard = true;
include "contacts_vcard.php"; include "contacts_vcard.php";