diff options
| author | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-02-22 03:54:03 +0000 |
|---|---|---|
| committer | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-02-22 03:54:03 +0000 |
| commit | 56fd27a1b90d5dfad5830497a849e33da6c3b5d6 (patch) | |
| tree | 600b89d93bb1efbc9e6b2d77b1856e5ad14242a5 /roundcubemail/program/include | |
| parent | ad5fb8f33aaeb92f27e4d4b29d91a6f8e739f6cf (diff) | |
minor code fixes
git-svn-id: https://svn.roundcube.net/trunk@493 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include')
| -rw-r--r-- | roundcubemail/program/include/rcube_shared.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roundcubemail/program/include/rcube_shared.inc b/roundcubemail/program/include/rcube_shared.inc index 6cf641893..a26fc108b 100644 --- a/roundcubemail/program/include/rcube_shared.inc +++ b/roundcubemail/program/include/rcube_shared.inc @@ -1195,8 +1195,6 @@ EOF; return strtoupper($text); else if ($attrib['lowercase']) return strtolower($text); - else - return $text; return $text; } |
