diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index 8c7ef749..f4920246 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -377,11 +377,11 @@ class lamList { " onClick=\"list_click(this, '" . $info[$i]['LAM_ID'] . "', '" . $this->type . "')\"\n" . " onDblClick=\"parent.frames[1].location.href='../account/edit.php?type=" . $this->type . "&DN=" . $info[$i]['dn'] . "'\">\n"); if (isset($_GET['selectall'])) { - echo " type . "')\"" . + echo " type . "')\"" . " type=\"checkbox\" checked name=\"" . $info[$i]['LAM_ID'] . "\">\n"; } else { - echo " type . "')\"" . + echo " type . "')\"" . " type=\"checkbox\" name=\"" . $info[$i]['LAM_ID'] . "\">\n"; } echo " ";