@uzm
Phone column?
Definition is:
$row['phone'] = trim(trim($aRow['s_phone_mobile']) <> '' ? $aRow['s_phone_mobile'] : $aRow['s_phone_land']);
Tested and it works properly.
Just updated labels in user profile in backoffice to be land phone / mobile phone, will be available in next version.