From e89b61e045b14c4d72e88b542946aa3af0ca5ea9 Mon Sep 17 00:00:00 2001 From: Philipp Dunkel Date: Tue, 4 May 2010 19:51:50 +0000 Subject: [PATCH] http://bugs.cacert.org/view.php?id=817 --- includes/account.php | 1 + 1 file changed, 1 insertion(+) 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)