Skip to content

Commit

Permalink
UPDATE: Fix IDX Code
Browse files Browse the repository at this point in the history
Correct Updated DDF MLSUpdate/check code to be compatible with IDX
(blank the parameter array)
  • Loading branch information
Richard Rudy committed Dec 8, 2014
1 parent 4d81dff commit 616a61e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/Controllers/RETS_Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ public function MLSUpdate() {
$query = "(ID=*)";
} else {
$query = "(Status = A)";
$retsparams = array();
}


Expand Down Expand Up @@ -298,6 +299,8 @@ public function MLSUpdate() {
public function MLSClean($clean) {
$retsConfig = $this->getRetsConfig();

//Debug::show($clean);

$sqlQuery = new SQLQuery();
$sqlQuery->setFrom('MLSListing');
$sqlQuery->setSelect('ID');
Expand Down

0 comments on commit 616a61e

Please sign in to comment.