diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-05-29 16:10:42 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-05-29 16:10:42 +0000 |
| commit | 32a0ecd5b949e61dd011b32487e7753b6058f867 (patch) | |
| tree | 348957fe2421c2cd28bffa925505bb09f560442f /roundcubemail/program/include/rcube_user.php | |
| parent | d68aecf13d0d04b83869b7d63d21a340b1f5f0ac (diff) | |
Replace our crappy html sanitization with the dom-based washtml script + fix inline message parts + remove old code + add some doc comments
git-svn-id: https://svn.roundcube.net/trunk@1452 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcube_user.php')
| -rw-r--r-- | roundcubemail/program/include/rcube_user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_user.php b/roundcubemail/program/include/rcube_user.php index e125f6309..c808d079e 100644 --- a/roundcubemail/program/include/rcube_user.php +++ b/roundcubemail/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 |
