From ecb7b6566fc258aa842788e96b84270229bd41cb Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 28 Mar 2007 18:27:27 +0000 Subject: [PATCH] title for edit image --- lam/lib/lists.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index 54ed8182..4f62b4a7 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -384,7 +384,9 @@ class lamList { echo " type . "')\"" . " type=\"checkbox\" name=\"" . $info[$i]['LAM_ID'] . "\">\n"; } - echo (" type . "&DN='" . $info[$i]['dn'] . "'\">\""\n"); + echo " type . "&DN='" . $info[$i]['dn'] . "'\">"; + echo "\"""; + echo "\n"; for ($k = 0; $k < sizeof($this->attrArray); $k++) { echo (""); $attrName = strtolower($this->attrArray[$k]);