Update Hymod Board Database PHP code in "tools" directory

Patch by Murray Jensen, 01 Jul 2005
This commit is contained in:
Wolfgang Denk
2005-08-12 23:27:18 +02:00
parent f9d77ed380
commit d992daf99d
16 changed files with 251 additions and 154 deletions

View File

@@ -4,13 +4,9 @@
// Murray Jensen <Murray.Jensen@csiro.au>
// CSIRO Manufacturing Science and Technology, Preston Lab
if (!isset($serno))
$serno = 0;
else
$serno = intval($serno);
$serno=isset($_REQUEST['serno'])?$_REQUEST['serno']:'';
if (!isset($submit))
$submit = "[NOT SET]";
$submit=isset($_REQUEST['submit'])?$_REQUEST['submit']:"[NOT SET]";
switch ($submit) {