Update of /cvsroot/sandweb/sandweb/lib/SandWeb
In directory usw-pr-cvs1:/tmp/cvs-serv19885/lib/SandWeb
Modified Files:
Browse.pm
Log Message:
edit works now
fixed location bugs in Browse.pm
Index: Browse.pm
===================================================================
RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Browse.pm,v
retrieving revision 1.18
retrieving revision 1.19
diff -U2 -r1.18 -r1.19
--- Browse.pm 2001/11/22 01:40:25 1.18
+++ Browse.pm 2001/11/24 13:20:43 1.19
@@ -150,4 +150,5 @@
}
}
+ $row_data{LOCATION} = $location;
$row_data{PROGNAME} = $progname;
push(@loop_data, \%row_data);
|