--- loncom/publisher/lonpublisher.pm 2009/11/24 00:57:11 1.249.2.1 +++ loncom/publisher/lonpublisher.pm 2009/02/10 12:12:08 1.250 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Publication Handler # -# $Id: lonpublisher.pm,v 1.249.2.1 2009/11/24 00:57:11 raeburn Exp $ +# $Id: lonpublisher.pm,v 1.250 2009/02/10 12:12:08 schafran 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; } } @@ -1878,7 +1878,7 @@ sub publishdirectory { &checkbox('pubrec','include subdirectories'). &checkbox('forcerepub','force republication of previously published files'). &checkbox('obsolete','make file(s) obsolete'). - &checkbox('forceoverride','force directory level catalog information over existing'). + &checkbox('forceoverride','force directory level metadata over existing'). '
'); $lock=0; } else {