Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1498
 
1862
 
1862
 
categories.php
_> 120120       if ( is_numeric($id) ) {
  121121         $osC_CategoryTree->setBreadcrumbUsage(false);
  122122 
<> 123 -        $categories = array_merge(array(array('id' => $id, 'text' => '')), $osC_CategoryTree->getTree($id));
   123+        $categories = array_merge(array(array('id' => $id, 'text' => '')), $osC_CategoryTree->getArray($id));
<_ 124124         $products = array();
  125125         $products_delete = array();
  126126