[LON-CAPA-admin] Get 0.99.4 today

Guy Albertelli II guy at albertelli.com
Fri Aug 8 15:49:25 EDT 2003


Hi All,

Please regrab 0.99.4 today.

There was a tiny buglet in the previous version that made it annoying
to impossible to browse resource space.

For those of you more technically inclined, You can just apply this
patch to /home/httpd/lib/perl/Apache/lonindexer.pm

diff -u -r1.72 lonindexer.pm
--- lonindexer.pm	6 Aug 2003 16:43:36 -0000	1.72
+++ lonindexer.pm	8 Aug 2003 19:48:10 -0000
@@ -715,7 +715,7 @@
 	$r->print (' name="'.$msg.'" height="22" type="image" border="0">'.
 		   "\n");
 	$r->print ('<a href="javascript:gothere(\''.$filecom[0].
-		   '/\')"><img src="'.$iconpath.'server.gif"');
+		   '\')"><img src="'.$iconpath.'server.gif"');
 	$r->print (' border="0" /></a>'."\n");
 	$r->print ("Domain - $listname ");
 	if ($Apache::lonnet::domaindescription{$listname}) {


Sorry about that.

-- 
guy at albertelli.com  LON-CAPA Developer  0-7-6-1-



More information about the LON-CAPA-admin mailing list