--- loncom/interface/loncommon.pm 2008/05/31 23:53:18 1.659 +++ loncom/interface/loncommon.pm 2008/06/09 22:34:55 1.660 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.659 2008/05/31 23:53:18 raeburn Exp $ +# $Id: loncommon.pm,v 1.660 2008/06/09 22:34:55 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -7035,6 +7035,54 @@ sub get_env_multiple { return(@values); } +sub ask_for_embedded_content { + my ($actionurl,$state,$allfiles,$codebase,$args)=@_; + my $upload_output = ' +
'; + return $upload_output; +} + =pod