Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

230
 
246
 
246
 
products.php
_> 5555     function setSortBy($field, $direction = '+') {
  5656       switch ($field) {
  5757         case 'model':
<> 58 -          $this->_sort_by = 'p.products_model';
   58+          $this->_sort_by = 'pd.products_model';
<_ 5959           break;
  6060         case 'manufacturer':
  6161           $this->_sort_by = 'm.manufacturers_name';