--- account.php 2009-12-20 23:41:38.000000000 +0100 +++ account.php.orig 2010-05-01 18:50:28.000000000 +0200 @@ -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)