From: Rob H. <for...@us...> - 2002-03-13 00:50:40
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb In directory usw-pr-cvs1:/tmp/cvs-serv2020/lib/SandWeb Modified Files: Browse.pm Log Message: oops, that didn't fix it. rolling back. Index: Browse.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Browse.pm,v retrieving revision 1.73 retrieving revision 1.74 diff -U2 -r1.73 -r1.74 --- Browse.pm 13 Mar 2002 00:41:11 -0000 1.73 +++ Browse.pm 13 Mar 2002 00:50:37 -0000 1.74 @@ -248,5 +248,5 @@ my %row_data; if ( $link ) { - $row_data{LOCATION_LINK} = "$link"; + $row_data{LOCATION_LINK} = "/$link"; } |