Skip to content

Commit

Permalink
return record count to search indexing (spider site)
Browse files Browse the repository at this point in the history
  • Loading branch information
illiphilli committed Jul 22, 2011
1 parent f60db1d commit 8832af8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -718,10 +718,10 @@ function addContentToSearch() {
$search_record->original_id = $origid;
//$search_record->location_data = serialize($this->loc);
$search_record->save();

$count += 1;
}
}
return $count;
}

function search_by_model_form() {
Expand Down

0 comments on commit 8832af8

Please sign in to comment.