@@ -17,10 +17,10 @@ |
||
17 | 17 | // Example refers to the process of searching for text and specifing returned fields. |
18 | 18 | |
19 | 19 | $params = array( |
20 | - 'query' => 'David', |
|
21 | - 'fields' => 'first_name,address_email', |
|
22 | - 'offset' => 0, |
|
23 | - 'limit' => 5 |
|
20 | + 'query' => 'David', |
|
21 | + 'fields' => 'first_name,address_email', |
|
22 | + 'offset' => 0, |
|
23 | + 'limit' => 5 |
|
24 | 24 | ); |
25 | 25 | |
26 | 26 | $abcResult = $ablocation->searchAddressBookLocations($params); |
@@ -13,8 +13,8 @@ discard block |
||
13 | 13 | // Get two random locations IDs |
14 | 14 | |
15 | 15 | $adressBookLocationParameters = array( |
16 | - "limit" => 30, |
|
17 | - "offset" => 0 |
|
16 | + "limit" => 30, |
|
17 | + "offset" => 0 |
|
18 | 18 | ); |
19 | 19 | |
20 | 20 | $abContacts = new AddressBookLocation(); |
@@ -38,6 +38,6 @@ discard block |
||
38 | 38 | $results = $ablocation->getValue($abcResult, "results"); |
39 | 39 | |
40 | 40 | foreach ($results as $result) { |
41 | - Route4Me::simplePrint($result); |
|
42 | - echo "<br>"; |
|
41 | + Route4Me::simplePrint($result); |
|
42 | + echo "<br>"; |
|
43 | 43 | } |