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 @@
  • Manage Registration Assessment -
  • Pending Applications (@pending_count@) -
  • User Requests for Applications (@request_count@) +
  • Pending Applications (@pending_count@) +
  • User Requests for Applications (@request_count@)

    Administrative Setup

    Index: openacs-4/packages/dotlrn-ecommerce/www/admin/one-section.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/admin/one-section.adp,v diff -u -r1.6 -r1.7 --- openacs-4/packages/dotlrn-ecommerce/www/admin/one-section.adp 21 Jul 2005 19:06:50 -0000 1.6 +++ openacs-4/packages/dotlrn-ecommerce/www/admin/one-section.adp 23 Jul 2005 13:31:11 -0000 1.7 @@ -13,6 +13,7 @@

    #dotlrn-ecommerce.Quick_Links#

    +#dotlrn-ecommerce.Course_Catalog#
    #dotlrn-ecommerce.lt_eCommerce_Administrat#
    #dotlrn-ecommerce.Course_Page# @course_name@

    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