diff options
author | Markus Warg <mw@it-sls.de> | 2010-05-06 13:12:42 +0200 |
---|---|---|
committer | Markus Warg <mw@it-sls.de> | 2010-05-06 13:12:42 +0200 |
commit | 5226974594d6f662bc9c757e6e2bd1988bb54093 (patch) | |
tree | 0b01d043b961b5488c6c3e546844fbaf2516e5fb /includes/account.php | |
parent | 0a24e915fdcbf745141e4534b64fdef57319d250 (diff) | |
download | cacert-5226974594d6f662bc9c757e6e2bd1988bb54093.tar.gz cacert-5226974594d6f662bc9c757e6e2bd1988bb54093.tar.xz cacert-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.php | 1 |
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) |