--- loncom/publisher/lonpublisher.pm 2007/07/13 19:23:33 1.226 +++ loncom/publisher/lonpublisher.pm 2007/07/13 20:11:27 1.227 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Publication Handler # -# $Id: lonpublisher.pm,v 1.226 2007/07/13 19:23:33 albertel Exp $ +# $Id: lonpublisher.pm,v 1.227 2007/07/13 20:11:27 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1440,6 +1440,11 @@ sub phasetwo { &mt('No write permission to user directory, FAIL').''); return 0; } + + if ($source =~ /\.rights$/) { + $r->print('

'.&mt('Warning: It can take up to 1 hour for rights changes to fully propagate.').'

'); + } + print $logfile "\n================= Publish ".localtime()." Phase Two ================\n".$env{'user.name'}.':'.$env{'user.domain'}."\n";