Index: openacs-4/packages/dotlrn-ecommerce/tcl/dotlrn-ecommerce-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/tcl/dotlrn-ecommerce-procs.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/packages/dotlrn-ecommerce/tcl/dotlrn-ecommerce-procs.tcl 13 Jun 2006 17:03:12 -0000 1.15 +++ openacs-4/packages/dotlrn-ecommerce/tcl/dotlrn-ecommerce-procs.tcl 31 Jan 2007 18:06:51 -0000 1.16 @@ -684,3 +684,15 @@ -value $read_private_data_p } } + +ad_proc -public dotlrn_ecommerce::category_trees { +} { + Gets category trees which includes those mapped to dotlrn catalog + and dotlrn ecommerce + + @return List of category tree ids or empty list if no trees mapped + +} { + + +} \ No newline at end of file