Make the contact notes more readable.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user