--- loncom/xml/scripttag.pm 2008/11/24 18:55:01 1.149 +++ loncom/xml/scripttag.pm 2008/12/11 21:28:59 1.151 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # '; - } - return ('','no'); -} - -sub end_LONCAPA_INTERNAL_LONHTTPD_PORT { - return ('','no'); -} - sub start_script { my ($target,$token,$tagstack,$parstack,$parser,$safeeval)=@_; @Apache::scripttag::parser_env = @_; @@ -641,18 +627,5 @@ and This is part of the LearningOnline Network with CAPA project described at http://www.lon-capa.org. - -=head1 NOTABLE SUBROUTINES - -=over - -=item start_LONCAPA_INTERNAL_LONHTTPD_PORT() - -emits a pice of javascript that says a global js variable to the -current lonhttp port, currently used by the remote control to find out -where to load images from - -=back - =cut