Plugin Directory

Changeset 1399690


Ignore:
Timestamp:
04/19/2016 08:55:11 PM (10 years ago)
Author:
solidearth
Message:

fixed single family recidence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • solid-earth-spring-api/trunk/shortcode.php

    r1378254 r1399690  
    7272    $siteValue = $data['sitename'];
    7373    $template = $data['template'];
     74   
     75     if ($_GET['property_type'] == "Single Family Recidence"){
     76          $_GET['property_type'] = "Single Family";
     77      }
    7478
    7579    $results = SPRINGAPIWP_quick_search($data['api_key'], $_GET, isset($atts["name"]) ? $atts["name"] : "" ,false, $siteValue);
Note: See TracChangeset for help on using the changeset viewer.