From f40b4f3932bc811273e5911c97217d4f64db5dda Mon Sep 17 00:00:00 2001 From: Tom Homer Date: Wed, 3 May 2017 11:18:57 -0400 Subject: [PATCH] Removed testing echo php code from last commit --- public_html/lib-common.php | 1 - 1 file changed, 1 deletion(-) diff --git a/public_html/lib-common.php b/public_html/lib-common.php index 78b706ef3..054319fe3 100644 --- a/public_html/lib-common.php +++ b/public_html/lib-common.php @@ -3796,7 +3796,6 @@ function COM_checkWords($message, $type = '') // Check for exact match. Could happen for really short text strings like anonymous names in comments if (strtolower($editedMessage) == strtolower($c)) { // No need to continue since replaced entire string - echo "ha"; return $Replacement; } else { // Cycle through each regular expression as needed