Index: openacs-4/packages/dotlrn-ecommerce/www/admin/index.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/admin/index.adp,v
diff -u -r1.9 -r1.10
--- openacs-4/packages/dotlrn-ecommerce/www/admin/index.adp 21 Jul 2005 22:10:46 -0000 1.9
+++ openacs-4/packages/dotlrn-ecommerce/www/admin/index.adp 23 Jul 2005 13:31:11 -0000 1.10
@@ -15,8 +15,8 @@
Index: openacs-4/packages/dotlrn-ecommerce/www/admin/one-section.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/admin/one-section.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/dotlrn-ecommerce/www/admin/one-section.tcl 21 Jul 2005 19:06:50 -0000 1.4 +++ openacs-4/packages/dotlrn-ecommerce/www/admin/one-section.tcl 23 Jul 2005 13:31:11 -0000 1.5 @@ -38,3 +38,8 @@ set attendance_show_p [apm_package_installed_p "attendance"] set expensetracking_show_p [apm_package_installed_p "expenses"] + +# Flush cache for this section +# Shouldn't have much effect on performance and will keep the data +# more up to date +dotlrn_ecommerce::section::flush_cache $section_id \ No newline at end of file