Skip to content

Commit d5b2a65

Browse files
author
unknown
committed
modify redis clientdata
1 parent 8788ac3 commit d5b2a65

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

web/application/models/redis_service/clientdata.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ function addClientdata($content)
7373
}
7474
}
7575

76-
$latitude = isset($clientdata -> latitude) ? $clientdata -> latitude : '';
77-
$choose = $this -> config -> item('get_geographical');
78-
7976
$insertdate = date('Y-m-d H:i:s');
8077
$data = array(
8178
'productkey' => $clientdata->appkey,

0 commit comments

Comments
 (0)