--- loncom/homework/bridgetask.pm 2006/12/28 20:12:54 1.215 +++ loncom/homework/bridgetask.pm 2007/01/10 21:46:24 1.216 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: bridgetask.pm,v 1.215 2006/12/28 20:12:54 albertel Exp $ +# $Id: bridgetask.pm,v 1.216 2007/01/10 21:46:24 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -98,6 +98,7 @@ sub check_in { &check_in_sequence($user,$domain,$slot_name); } else { &create_new_version($type,$user,$domain,$slot_name); + &Apache::structuretags::finalize_storage($res->symb); } return 1; }