Skip to content

Commit

Permalink
Removed unused function from storeController.
Browse files Browse the repository at this point in the history
  • Loading branch information
rasseljandavid committed Jul 22, 2011
1 parent c788483 commit 800871a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions framework/modules/ecommerce/controllers/storeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -1214,12 +1214,6 @@ public function deleteChildren() {
}
}

function cleanSEF($sef_val) {
$ret = str_ireplace('.','',str_ireplace("'", '', str_ireplace(' ', '-', strtolower(trim($sef_val)))));
$ret = str_ireplace('/','',str_ireplace("(", '', str_ireplace(')', '', $ret)));
return $ret;
}

function search_by_model_old() {
// get the search terms
$terms = $this->params['search_string'];
Expand Down

0 comments on commit 800871a

Please sign in to comment.