Contacts: Added comment for qr code generation code.
This commit is contained in:
parent
4cd99e5bbf
commit
8bcba2abb7
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue