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