FishEye
Search
Changelog
Browse
Help
osCommerce
:/
trunk
/
oscommerce
/
admin
/
includes
/
classes
/
categories.php
Quick Search:
Mode
Side-by-Side
Unified
No wrapping
Soft wrap
Context
Displaying 3 lines of context.
None
| Less | More |
Full
Other Diffs
1863
1862
1498
1374
1337
1209
1863
1862
1498
1374
1337
1209
Ignore
Blank Lines
Whitespace:
None
Significant
All
Diff
1498
1862
1862
categories.php
120
120
if ( is_numeric($id) ) {
121
121
$osC_CategoryTree->setBreadcrumbUsage(false);
122
122
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));
124
124
$products = array();
125
125
$products_delete = array();
126
126