Fix warning
This commit is contained in:
parent
821ef72d48
commit
3cdcaa70d8
@ -155,7 +155,7 @@ if ($resql) {
|
|||||||
if ($targettype == 'contacts') {
|
if ($targettype == 'contacts') {
|
||||||
$oldcid = $obj->cid;
|
$oldcid = $obj->cid;
|
||||||
}
|
}
|
||||||
$oldlang = $obj->lang;
|
$oldlang = $obj->default_lang;
|
||||||
$oldtarget = (empty($obj->cfirstname) && empty($obj->clastname)) ? $obj->name : ($obj->clastname." ".$obj->cfirstname);
|
$oldtarget = (empty($obj->cfirstname) && empty($obj->clastname)) ? $obj->name : ($obj->clastname." ".$obj->cfirstname);
|
||||||
$message = '';
|
$message = '';
|
||||||
$total = 0;
|
$total = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user