mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Contacts: Added comment for qr code generation code.
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user