Update of /cvsroot/meshdb/www/db2
In directory usw-pr-cvs1:/tmp/cvs-serv14448
Modified Files:
cookies.inc cookies.php
Log Message:
oops, nearbyrange experimental stuff somehow got in there
Index: cookies.inc
===================================================================
RCS file: /cvsroot/meshdb/www/db2/cookies.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cookies.inc 26 Aug 2002 04:44:20 -0000 1.2
+++ cookies.inc 26 Aug 2002 04:46:51 -0000 1.3
@@ -12,7 +12,6 @@
"viewzoom" => "1",
"viewpeersortdist" => "1",
"_moddate" => "0",
- "nearbyrange" => "1",
"viewmaplist" => "net loc ter elev",
);
Index: cookies.php
===================================================================
RCS file: /cvsroot/meshdb/www/db2/cookies.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cookies.php 26 Aug 2002 04:44:20 -0000 1.2
+++ cookies.php 26 Aug 2002 04:46:51 -0000 1.3
@@ -61,8 +61,6 @@
"viewmaplist" => array("Order of maps to show in view page",
"text", "Whitespace-separated list of map types<br>"
."Default: <code>net loc ter elev</code>"),
- "nearbyrange" => array("Nearby range",
- "text", "Range (in km) to list nearby people on the view page"),
);
?>
|