summaryrefslogtreecommitdiff
path: root/includes/account.php
diff options
context:
space:
mode:
authorMarkus Warg <mw@it-sls.de>2010-05-06 13:12:42 +0200
committerMarkus Warg <mw@it-sls.de>2010-05-06 13:12:42 +0200
commit5226974594d6f662bc9c757e6e2bd1988bb54093 (patch)
tree0b01d043b961b5488c6c3e546844fbaf2516e5fb /includes/account.php
parent0a24e915fdcbf745141e4534b64fdef57319d250 (diff)
downloadcacert-devel-5226974594d6f662bc9c757e6e2bd1988bb54093.tar.gz
cacert-devel-5226974594d6f662bc9c757e6e2bd1988bb54093.tar.xz
cacert-devel-5226974594d6f662bc9c757e6e2bd1988bb54093.zip
source code taken from cacert-20100505.tar.bz2
removed deprecated CVS files
Diffstat (limited to 'includes/account.php')
-rw-r--r--includes/account.php1
1 files changed, 1 insertions, 0 deletions
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)