[LON-CAPA-cvs] cvs: rat / lonambiguous.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Sun, 19 Mar 2006 23:09:11 -0000
albertel Sun Mar 19 18:09:11 2006 EDT
Modified files:
/rat lonambiguous.pm
Log:
- typo
Index: rat/lonambiguous.pm
diff -u rat/lonambiguous.pm:1.18 rat/lonambiguous.pm:1.19
--- rat/lonambiguous.pm:1.18 Sun Mar 19 18:06:00 2006
+++ rat/lonambiguous.pm Sun Mar 19 18:09:07 2006
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to resolve ambiguous file locations
#
-# $Id: lonambiguous.pm,v 1.18 2006/03/19 23:06:00 albertel Exp $
+# $Id: lonambiguous.pm,v 1.19 2006/03/19 23:09:07 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -56,7 +56,7 @@
$r->send_http_header;
$r->print(&Apache::loncommon::start_page('Could not handle ambiguous resource reference').
$errmsg.
- (&Apache::loncommon::end_page());
+ &Apache::loncommon::end_page());
}
# ================================================================ Main Handler