Update of /cvsroot/sandweb/sandweb/lib/SandWeb
In directory usw-pr-cvs1:/tmp/cvs-serv26779
Modified Files:
Browse.pm
Log Message:
fixed "current location" bug
Index: Browse.pm
===================================================================
RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Browse.pm,v
retrieving revision 1.37
retrieving revision 1.38
diff -U2 -r1.37 -r1.38
--- Browse.pm 2002/01/29 01:32:27 1.37
+++ Browse.pm 2002/02/02 09:15:08 1.38
@@ -83,5 +83,4 @@
$row_data{LOCATION_LINK} = "$link";
my $data = join(" ", @location_full);
- $data =~ s/\ /$1/;
if ($location_link[$count]) {
|