From 8e8ae79cd0fbe30e8ca4e917d94166efb4336f2e Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Sat, 07 Apr 2012 12:28:52 -0400 Subject: [PATCH] - Fix format_date() when $convert=false (#1488147) --- program/include/rcube_vcard.php | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/program/include/rcube_vcard.php b/program/include/rcube_vcard.php index 283da1d..ad8e35e 100644 --- a/program/include/rcube_vcard.php +++ b/program/include/rcube_vcard.php @@ -6,7 +6,10 @@ | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2008-2011, The Roundcube Dev Team | - | Licensed under the GNU GPL | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | | | | PURPOSE: | | Logical representation of a vcard address record | -- Gitblit v1.9.1