diff options
author | root <root@cacert1.it-sls.de> | 2012-03-28 09:25:05 +0200 |
---|---|---|
committer | root <root@cacert1.it-sls.de> | 2012-03-28 09:25:05 +0200 |
commit | 442a088c4c547a7324e82c518f0d8100936c89e0 (patch) | |
tree | f2202d67ff4a747339bbcb196af9e6a469eaf0e8 /includes/wot.inc.php | |
parent | b5f8cc47f7d807d4c54b626ceb3cdf59d6fac314 (diff) | |
download | cacert-devel-442a088c4c547a7324e82c518f0d8100936c89e0.tar.gz cacert-devel-442a088c4c547a7324e82c518f0d8100936c89e0.tar.xz cacert-devel-442a088c4c547a7324e82c518f0d8100936c89e0.zip |
bug-1023 added method for board ... hopefully ... ;-)
Diffstat (limited to 'includes/wot.inc.php')
-rw-r--r-- | includes/wot.inc.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/includes/wot.inc.php b/includes/wot.inc.php index 2264498..19f56a4 100644 --- a/includes/wot.inc.php +++ b/includes/wot.inc.php @@ -579,8 +579,10 @@ function AssureBoxLine($type,$text) <? } -function AssureMethodLine($text,$methods,$remark) +function AssureMethodLine($text,$methods,$remark,$flag) { + if ($flag = 1) + { ?> <tr> <td class="DataTD"><?=$text?></td> @@ -596,6 +598,11 @@ function AssureMethodLine($text,$methods,$remark) </td> </tr> <? + } else { +?> + <input type="hidden" name="<?=$val?>" value="<?=$_POST['method']?>"> +<? + } } function AssureInboxLine($type,$field,$value,$description) |