removed debugging info
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 5 May 2000 00:47:16 +0000 (00:47 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 5 May 2000 00:47:16 +0000 (00:47 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@496 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/addrbook_search_html.php

index 1809f6f7f7b98f953fc96ed34c76eae65911f201..d28825289ccb3b75240b499b79ff019a5f937b06 100644 (file)
@@ -53,8 +53,6 @@
    echo "</form>";
    echo "</center>";
 
    echo "</form>";
    echo "</center>";
 
-   echo "<tt>".nl2br($body)."</tt>";
-
    if(!empty($query)) {
       $abook = addressbook_init();
       $res = $abook->s_search($query);
    if(!empty($query)) {
       $abook = addressbook_init();
       $res = $abook->s_search($query);
                 "<input type=checkbox name=send_to_search[] value=\"%s\">&nbsp;To".
                 "<input type=checkbox name=send_to_cc_search[] value=\"%s\">&nbsp;Cc&nbsp;".
                 "<td nowrap>&nbsp;%s&nbsp;<td nowrap>&nbsp;".
                 "<input type=checkbox name=send_to_search[] value=\"%s\">&nbsp;To".
                 "<input type=checkbox name=send_to_cc_search[] value=\"%s\">&nbsp;Cc&nbsp;".
                 "<td nowrap>&nbsp;%s&nbsp;<td nowrap>&nbsp;".
-                "<a href=\"compose.php?send_to_search=%s\">%s</A>&nbsp;".
+                "%s".
                 "<td nowrap>&nbsp;%s&nbsp;<td nowrap>&nbsp;%s</tr>\n",
                 ($line % 2) ? " bgcolor=\"$color[0]\"" : "", $row["email"],
                 "<td nowrap>&nbsp;%s&nbsp;<td nowrap>&nbsp;%s</tr>\n",
                 ($line % 2) ? " bgcolor=\"$color[0]\"" : "", $row["email"],
-                $row["email"], $row["name"], $row["email"], $row["email"],
+                $row["email"], $row["name"], $row["email"],
                 $row["label"], $row["source"]);
          $line++;
       }
                 $row["label"], $row["source"]);
          $line++;
       }