mirror of
https://github.com/easy-wi/developer.git
synced 2025-02-20 11:23:28 +08:00
Twisted first and last name in cloud.php
This commit is contained in:
parent
84d81abfb2
commit
fb74919c9c
@ -139,7 +139,7 @@ if (!isset($ip) or $_SERVER['SERVER_ADDR'] == $ip) {
|
||||
$checkAmount = $query4->fetchColumn();
|
||||
|
||||
if ($checkAmount > 0 and $row['fetchUpdates'] == 'Y') {
|
||||
$query2->execute(array(getParam('salutation'), strtolower(getParam('email')), getParam('loginName'), getParam('firstName'), getParam('lastName'), getParam('birthday'), getParam('country'), getParam('phone'), getParam('fax'), getParam('handy'), getParam('city'), getParam('cityn'), getParam('street'), getParam('streetn'),json_encode(array('I' => $row['importID'])), getParam('externalID'), $row['resellerID']));
|
||||
$query2->execute(array(getParam('salutation'), strtolower(getParam('email')), getParam('loginName'), getParam('lastName'), getParam('firstName'), getParam('birthday'), getParam('country'), getParam('phone'), getParam('fax'), getParam('handy'), getParam('city'), getParam('cityn'), getParam('street'), getParam('streetn'),json_encode(array('I' => $row['importID'])), getParam('externalID'), $row['resellerID']));
|
||||
printText('User updated. Loginname: ' . $value->loginName.' e-mail: ' . strtolower($value->email));
|
||||
|
||||
} else if ($checkAmount > 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user