Fixed bug # #1536 using patch #252: ad_text_to_html doesn't make a paragraph break if your two consecutive line breaks are separated by white space, e.g., you accidentally put a space character on a line by itself.
Major overhaul: - Replaced CyberCash with Payment Service Contract interface. - Added Shipping Service Contract. - Many(!) bug fixes. - Added soft good (goods that don't require shipping) handling capacity. - And more..
created acs_object.update_last_modified procedure that takes in an object_idand an optional timestamp and sets the last_modified time of the object andall of it's parents (not including object 0) to the last_modified time passedin or sysdate if none was passed in.