|
From: <le...@pr...> - 2004-11-07 05:39:39
|
Update of /cvsroot/meshdb/www/db2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26229 Modified Files: Tag: leonard-dev view.php Log Message: use _GET Index: view.php =================================================================== RCS file: /cvsroot/meshdb/www/db2/view.php,v retrieving revision 1.16 retrieving revision 1.16.2.1 diff -u -d -r1.16 -r1.16.2.1 --- view.php 28 Jul 2004 07:28:53 -0000 1.16 +++ view.php 7 Nov 2004 05:39:28 -0000 1.16.2.1 @@ -9,6 +9,9 @@ $EDITONLY = 0; + + if (isset($_GET["nodeid"])) + $nodeid = $_GET["nodeid"]; if ($nodeid == "") die("no nodeid"); |