--- loncom/publisher/lonpublisher.pm 2000/12/23 15:53:26 1.15 +++ loncom/publisher/lonpublisher.pm 2001/03/22 22:41:01 1.18 @@ -15,9 +15,7 @@ use File::Copy; use Apache::Constants qw(:common :http :methods); use HTML::TokeParser; use Apache::lonxml; -use Apache::structuretags; -use Apache::inputtags; -use Apache::response; +use Apache::lonhomework; my %addid; my %nokey; @@ -291,7 +289,7 @@ sub publish { # -------------------------------------------------- Parse content for metadata my $allmeta=Apache::lonxml::xmlparse('meta',$content); - &metaeval($allmeta); +# &metaeval($allmeta); # ---------------- Find and document discrepancies in the parameters and stores @@ -790,7 +788,6 @@ ENDOPEN $i++; } } - } closedir(DIR); $r->print('');