From 591d2a88ef13ccf5ffd7449d8c2038e2d9a1f5d2 Mon Sep 17 00:00:00 2001 From: lbergman Date: Fri, 30 Jun 2000 21:47:19 +0000 Subject: [PATCH] changed unclosed comment tags /* on lines 315 & 316 to // git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@577 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/compose.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compose.php b/src/compose.php index eadb2173..962d6730 100644 --- a/src/compose.php +++ b/src/compose.php @@ -312,8 +312,8 @@ showInputForm(); } else if ($html_addr_search) { - //* I am using an include so as to elminiate an extra unnecessary click. If you - //* can think of a better way, please implement it. + // I am using an include so as to elminiate an extra unnecessary click. If you + // can think of a better way, please implement it. include ("addrbook_search_html.php"); } else if (isset($attach)) { is_logged_in(); -- 2.25.1