Changeset 1522482
- Timestamp:
- 10/26/2016 01:14:26 PM (9 years ago)
- File:
-
- 1 edited
-
seo-rets/branches/3.3.70/methods/ajax.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
seo-rets/branches/3.3.70/methods/ajax.php
r1519512 r1522482 912 912 $listings = $sr->api_request("get_listings", array( 913 913 'query' => $newquery, 914 'fields' => array("mls_id", "address", "city", "state", "zip" ),914 'fields' => array("mls_id", "address", "city", "state", "zip", "coll_name"), 915 915 'limit' => array( 916 916 'range' => $get_vars->p, … … 921 921 $base = get_bloginfo('url'); 922 922 foreach ($listings->result as $index => $listing) { 923 $listings->result[$index]->url = $base. $sr->listing_to_url($listing, $ get_vars->t);923 $listings->result[$index]->url = $base. $sr->listing_to_url($listing, $listing->coll_name); 924 924 } 925 925 $response = array(
Note: See TracChangeset
for help on using the changeset viewer.