Index: openacs-4/packages/ecommerce/www/admin/products/edit-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/products/edit-2.tcl,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/ecommerce/www/admin/products/edit-2.tcl 24 Feb 2005 13:33:15 -0000 1.8 +++ openacs-4/packages/ecommerce/www/admin/products/edit-2.tcl 21 Apr 2008 14:18:29 -0000 1.9 @@ -115,27 +115,8 @@ } } -# ns_log debug edit-2 B category_id_list $category_id_list -# ns_log debug edit-2 B subcategory_id_list $subcategory_id_list -# ns_log debug edit-2 B subsubcategory_id_list $subsubcategory_id_list -# Now deal with dates. -# The column available_date is known to be a date. -# Also, some of the custom fields may be dates. -#page_validation { - #ec_date_widget_validate available_date -#} { -# set date_field_identifiers [db_list custom_date_fields_select "select field_identifier from ec_custom_product_fields where column_type='date' and active_p='t'"] - # foreach field_identifier $date_field_identifiers { - # array set date {year ec_custom_fields($field_identifier.year) month ec_custom_fields($field_identifier.month) ec_custom_fields($field_identifier.day)} - # ec_date_widget_validate date - #} -#} - - - - # one last manipulation of data is needed: get rid of "http://" if that's all that's # there for the url (since that was the default value) if { [string compare $url "http://"] == 0 } {