--- loncom/interface/londocs.pm 2006/11/13 01:57:57 1.249 +++ loncom/interface/londocs.pm 2006/11/13 15:02:58 1.250 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.249 2006/11/13 01:57:57 www Exp $ +# $Id: londocs.pm,v 1.250 2006/11/13 15:02:58 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1183,6 +1183,12 @@ sub editor { &LONCAPA::map::delparameter($idx,'parameter_encrypturl'); &remember_parms($idx,'encrypturl','del'); } +# store the changed version + ($errtext,$fatal)=&storemap($coursenum,$coursedom,$folder.'.'.$container); + if ($fatal) { + $r->print('

'.$errtext.'

'); + return; + } } if ($env{'form.newpos'}) {