diff --git a/includes/account.php b/includes/account.php index c264a09..685b53a 100644 --- a/includes/account.php +++ b/includes/account.php @@ -488,6 +488,7 @@ $line = trim(str_replace("\t", " ", $line)); $line = trim(str_replace("(", "", $line)); $line = trim(str_replace(")", " ", $line)); + $line = trim(str_replace(":", " ", $line)); $bits = explode(" ", $line); foreach($bits as $bit)