program/include/rcube_shared.inc @@ -1195,8 +1195,6 @@ return strtoupper($text); else if ($attrib['lowercase']) return strtolower($text); else return $text; return $text; }