Update contact_edit.php
This commit is contained in:
parent
c66a03b93e
commit
02cf937e55
|
|
@ -307,8 +307,8 @@
|
|||
}
|
||||
|
||||
//set the mode
|
||||
if (isset($_SESSION['theme']['qr_image'])) {
|
||||
if (strlen($_SESSION['theme']['qr_image']) > 0) {
|
||||
if (isset($_SESSION['theme']['qr_image']['text'])) {
|
||||
if (strlen($_SESSION['theme']['qr_image']['text']) == 0) {
|
||||
$mode = '4';
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue