Aleksander Machniak
2013-02-17 8b08ec158b96285f01cbe4cd96d02b7b74e759d2
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(