[LON-CAPA-cvs] cvs: rat / lonpage.pm lonwrapper.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Wed, 06 Mar 2002 15:00:55 -0000
matthew Wed Mar 6 10:00:55 2002 EDT
Modified files:
/rat lonwrapper.pm lonpage.pm
Log:
Minor change for lonxml::registerurl calls. This should affect nothing!
Index: rat/lonwrapper.pm
diff -u rat/lonwrapper.pm:1.4 rat/lonwrapper.pm:1.5
--- rat/lonwrapper.pm:1.4 Thu Nov 29 14:23:49 2001
+++ rat/lonwrapper.pm Wed Mar 6 10:00:55 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Wrapper for external and binary files as standalone resources
#
-# $Id: lonwrapper.pm,v 1.4 2001/11/29 19:23:49 www Exp $
+# $Id: lonwrapper.pm,v 1.5 2002/03/06 15:00:55 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -54,7 +54,7 @@
$url=~s/^\/ext\//http\:\/\//;
my $events='onLoad="'.&Apache::lonxml::loadevents.
'" onUnload="'.&Apache::lonxml::unloadevents.'"';
- my $script=&Apache::lonxml::registerurl(1);
+ my $script=&Apache::lonxml::registerurl(1,undef);
$r->print(<<ENDDOCUMENT);
<html>
<head>
Index: rat/lonpage.pm
diff -u rat/lonpage.pm:1.31 rat/lonpage.pm:1.32
--- rat/lonpage.pm:1.31 Thu Feb 14 15:45:16 2002
+++ rat/lonpage.pm Wed Mar 6 10:00:55 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Page Handler
#
-# $Id: lonpage.pm,v 1.31 2002/02/14 20:45:16 albertel Exp $
+# $Id: lonpage.pm,v 1.32 2002/03/06 15:00:55 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -346,7 +346,7 @@
$r->print("\n<script language='JavaScript'>\n".
$allscript."\n</script>\n");
}
- $r->print(&Apache::lonxml::registerurl(1));
+ $r->print(&Apache::lonxml::registerurl(1,undef));
$r->print("\n</head>\n");
# ------------------------------------------------------------------ Start body
if ($isxml) {