diff options
author | thomascube <thomas@roundcube.net> | 2008-05-29 16:10:42 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-05-29 16:10:42 +0000 |
commit | 45f56c1c400ad5b21ddcd4d490f6f6c4ffe0d9fc (patch) | |
tree | 7353d707aaad98c937e41f231a5b03b52fd97491 /program/include/rcube_user.php | |
parent | 06c1652d7fbde5d198eb3508106bea5076620d35 (diff) |
Replace our crappy html sanitization with the dom-based washtml script + fix inline message parts + remove old code + add some doc comments
Diffstat (limited to 'program/include/rcube_user.php')
-rw-r--r-- | program/include/rcube_user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_user.php b/program/include/rcube_user.php index e125f6309..c808d079e 100644 --- a/program/include/rcube_user.php +++ b/program/include/rcube_user.php @@ -24,7 +24,7 @@ /** * Class representing a system user * - * @package core + * @package Core * @author Thomas Bruederli <roundcube@gmail.com> */ class rcube_user |