Aleksander Machniak
2013-02-17 19611462279252582e8c5b384c13f89949e229e5
Make cleanup() method public
1 files modified
2 ■■■ changed files
program/lib/Roundcube/rcube_vcard.php 2 ●●● patch | view | raw | blame | history
program/lib/Roundcube/rcube_vcard.php
@@ -513,7 +513,7 @@
     *
     * @return string Cleaned vcard block
     */
    private static function cleanup($vcard)
    public static function cleanup($vcard)
    {
        // Convert special types (like Skype) to normal type='skype' classes with this simple regex ;)
        $vcard = preg_replace(