Make the contact notes more readable.

This commit is contained in:
Mark Crane
2012-09-18 18:57:51 +00:00
parent 7425ef855d
commit 3b75749650
+1 -1
View File
@@ -118,7 +118,7 @@ require_once "includes/paging.php";
else {
foreach($result as $row) {
$contact_note = $row['contact_note'];
//$contact_note = str_replace("\n","<br />",$contact_note);
$contact_note = str_replace("\n","<br />",$contact_note);
echo "<tr>\n";
echo "<th>\n";