Fix incorrect double click edit link for phase2 records.

The link referred the phase2 edit page with the phase1 id which was incorrect
This commit is contained in:
Seth Mos 2009-07-15 11:19:08 +02:00
parent 4504a76990
commit 4da0e32a72

View File

@ -302,7 +302,7 @@ include("head.inc");
else
$spans = $spane = "";
?>
<tr valign="top" ondblclick="document.location='vpn_ipsec_phase2.php?p2index=<?=$i;?>'">
<tr valign="top" ondblclick="document.location='vpn_ipsec_phase2.php?p2index=<?=$j;?>'">
<td nowrap class="listlr">
<?=$spans;?>