--- loncom/publisher/lonpublisher.pm 2008/12/07 23:49:40 1.249 +++ loncom/publisher/lonpublisher.pm 2009/11/24 00:57:11 1.249.2.1 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Publication Handler # -# $Id: lonpublisher.pm,v 1.249 2008/12/07 23:49:40 www Exp $ +# $Id: lonpublisher.pm,v 1.249.2.1 2009/11/24 00:57:11 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1652,7 +1652,7 @@ sub phasetwo { unlink($srcd.'/'.$filename); unlink($srcd.'/'.$filename.'.meta'); } else { - if ($filename=~/\Q$srcf\E\.(\d+)\.\Q$srct\E$/) { + if ($filename=~/^\Q$srcf\E\.(\d+)\.\Q$srct\E$/) { $maxversion=($1>$maxversion)?$1:$maxversion; } }